Skip to content

Commit

Permalink
[Build] Run eclipse sdk aggregator builds in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 25, 2024
1 parent 13b52a1 commit f954f36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pipeline {
sh '''
mvn clean install -pl :eclipse-sdk-prereqs,:org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99 -Dmaven.repo.local=$WORKSPACE/.m2/repository -U
mvn clean verify -e -Dmaven.repo.local=$WORKSPACE/.m2/repository \
-T 1C \
-Pbree-libs \
-DskipTests=true \
-Dcompare-version-with-baselines.skip=false \
Expand Down
1 change: 1 addition & 0 deletions cje-production/mbscripts/mb220_buildSdkPatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ mvn clean verify -DskipTests=true ${MVN_ARGS} \
-Dgpg.passphrase=${KEYRING_PASSPHRASE} \
-Dcbi-ecj-version=99.99 \
-e \
-T 1C \
${JAVA_DOC_TOOL}
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
<groupId>eclipse.platform.repository</groupId>
<artifactId>eclipse.platform.repository</artifactId>
<packaging>eclipse-repository</packaging>
<dependencies>
<dependency>
<groupId>eclipse.platform.releng.tychoeclipsebuilder</groupId>
<artifactId>eclipse-junit-tests</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit f954f36

Please sign in to comment.