From e3b45f79b68252bf574c29aca4e21c39c53e1e19 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 4 May 2016 17:33:40 +0200 Subject: [PATCH] Run Maven build in release.sh concurrently to speedup release Change-Id: Iad8696825bb81becab945cd9ed2c33bea3778e17 Signed-off-by: Matthias Sohn --- tools/release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index 7adb3758c..d180bdf59 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 -