Skip to content

Commit

Permalink
Add -Pbuild-individual-bundles to jenkins file (eclipse-jdt#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana committed Sep 4, 2024
1 parent 31a4fca commit dae21fe
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 @@ -19,7 +19,7 @@ pipeline {
sh """
mvn -U -e -DskipTests=false -Dmaven.repo.local=$WORKSPACE/.m2/repository \
clean verify --batch-mode --fail-at-end \
-Pbree-libs -Papi-check -Pjavadoc \
-Pbree-libs -Papi-check -Pjavadoc -Pbuild-individual-bundles \
-Dmaven.test.failure.ignore=true \
-Dcompare-version-with-baselines.skip=false
"""
Expand Down

0 comments on commit dae21fe

Please sign in to comment.