Skip to content

Commit

Permalink
Enable api-check and javadoc profiles
Browse files Browse the repository at this point in the history
Should reduce problems in workspace.
  • Loading branch information
akurtakov committed Jan 23, 2025
1 parent 341028a commit f1b6672
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 @@ -33,7 +33,7 @@ pipeline {
# Build and test without DOM-first to ensure no regression takes place
mvn -U clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
-pl !org.eclipse.jdt.core.tests.javac \
-Ptest-on-javase-23 -Pbree-libs -Pp2-repo \
-Ptest-on-javase-23 -Pbree-libs -Papi-check -Pjavadoc -Pp2-repo \
-Dmaven.test.failure.ignore=true \
-Dcompare-version-with-baselines.skip=false \
-Djava.io.tmpdir=$WORKSPACE/tmp -Dproject.build.sourceEncoding=UTF-8 \
Expand Down

0 comments on commit f1b6672

Please sign in to comment.