We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788ba23 commit fa463f3Copy full SHA for fa463f3
.github/workflows/maven.yml
@@ -72,7 +72,7 @@ jobs:
72
--threads 1C
73
-DforkCount=1
74
'-Dnative=${{ matrix.config.native }}'
75
- -Papi-check
+ -Papi-check -Pjavadoc
76
'-Dtycho.baseline.replace=none'
77
--fail-at-end
78
-DskipNativeTests=false
Jenkinsfile
@@ -351,7 +351,7 @@ pipeline {
351
sh '''
352
mvn clean verify \
353
--batch-mode --threads 1C -V -U -e -DforkCount=0 \
354
- -Papi-check \
+ -Pbree-libs -Papi-check -Pjavadoc \
355
-Dcompare-version-with-baselines.skip=false \
356
-Dorg.eclipse.swt.tests.junit.disable.test_isLocal=true \
357
-Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true
0 commit comments