Browse Source

Run Maven build in release.sh concurrently to speedup release

Change-Id: Iad8696825bb81becab945cd9ed2c33bea3778e17
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.4
Matthias Sohn 8 years ago
parent
commit
e3b45f79b6
  1. 3
      tools/release.sh

3
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

Loading…
Cancel
Save