Skip to content

Commit fa463f3

Browse files
HannesWellakurtakov
authored andcommitted
[Build] Activate javadoc generation and 'bree-libs' profile
1 parent 788ba23 commit fa463f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
--threads 1C
7373
-DforkCount=1
7474
'-Dnative=${{ matrix.config.native }}'
75-
-Papi-check
75+
-Papi-check -Pjavadoc
7676
'-Dtycho.baseline.replace=none'
7777
--fail-at-end
7878
-DskipNativeTests=false

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ pipeline {
351351
sh '''
352352
mvn clean verify \
353353
--batch-mode --threads 1C -V -U -e -DforkCount=0 \
354-
-Papi-check \
354+
-Pbree-libs -Papi-check -Pjavadoc \
355355
-Dcompare-version-with-baselines.skip=false \
356356
-Dorg.eclipse.swt.tests.junit.disable.test_isLocal=true \
357357
-Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true

0 commit comments

Comments
 (0)