]> source.dussan.org Git - jgit.git/commitdiff
Run Maven build in release.sh concurrently to speedup release 47/72047/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 4 May 2016 15:33:40 +0000 (17:33 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 4 May 2016 15:34:35 +0000 (17:34 +0200)
Change-Id: Iad8696825bb81becab945cd9ed2c33bea3778e17
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tools/release.sh

index 7adb3758c0be77e23437b031c98f599087cb4bc2..d180bdf59e562a1f0a83ae3454c86ee372e820c3 100755 (executable)
@@ -47,6 +47,5 @@ git commit -a -s -m "$MSG"
 git tag -sf -m "$MSG" $1
 
 # run the build
-mvn clean install
+mvn clean install -T 1C
 mvn clean install -f org.eclipse.jgit.packaging/pom.xml
-