diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-05-04 17:33:40 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-05-04 17:34:35 +0200 |
commit | e3b45f79b68252bf574c29aca4e21c39c53e1e19 (patch) | |
tree | 755337c0fb367dd80d3c0211a85d33ccba1f47fb /tools | |
parent | c9b00288fdc9a796c85434007d955c2df0e88096 (diff) | |
download | jgit-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-x | tools/release.sh | 3 |
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 - |