summaryrefslogtreecommitdiffstats
path: root/tools/release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/release.sh')
-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
-