summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-05-04 17:33:40 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2016-05-04 17:34:35 +0200
commite3b45f79b68252bf574c29aca4e21c39c53e1e19 (patch)
tree755337c0fb367dd80d3c0211a85d33ccba1f47fb /tools
parentc9b00288fdc9a796c85434007d955c2df0e88096 (diff)
downloadjgit-e3b45f79b68252bf574c29aca4e21c39c53e1e19.tar.gz
jgit-e3b45f79b68252bf574c29aca4e21c39c53e1e19.zip
Run Maven build in release.sh concurrently to speedup release
Change-Id: Iad8696825bb81becab945cd9ed2c33bea3778e17 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/release.sh b/tools/release.sh
index 7adb3758c0..d180bdf59e 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -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
-