Skip to content

Commit

Permalink
Enable javadoc maven profile
Browse files Browse the repository at this point in the history
This is in order to get the javadoc errors properly listed and fixed.
Work towards
eclipse-platform/eclipse.platform.releng.aggregator#1531
  • Loading branch information
akurtakov committed Dec 6, 2023
1 parent a4c1b5b commit 843ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipeline {
wrap([$class: 'Xvnc', useXauthority: true]) {
sh """
mvn -U -e -Dmaven.compiler.failOnWarning=true -DskipTests=false -Dmaven.repo.local=$WORKSPACE/.m2/repository \
clean verify --batch-mode -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false
clean verify --batch-mode -Pbuild-individual-bundles -Pbree-libs -Papi-check -Pjavadoc -Dcompare-version-with-baselines.skip=false
"""
}
}
Expand Down

0 comments on commit 843ce33

Please sign in to comment.