aboutsummaryrefslogtreecommitdiffstats
path: root/push.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-05-01 21:07:36 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-05-01 21:07:36 +0200
commitcfcb21bb19b5a9856dd2965cfd2f5940eb210628 (patch)
tree6a505756f034cf534bb91fcd7e4adc18f7fbd93e /push.sh
parentb350d6c3cafaa10ffad8ea619d75cda5f0c88034 (diff)
downloadsonarqube-cfcb21bb19b5a9856dd2965cfd2f5940eb210628.tar.gz
sonarqube-cfcb21bb19b5a9856dd2965cfd2f5940eb210628.zip
Complete build scripts
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/push.sh b/push.sh
index 8268fa99eac..ff7feb0052c 100755
--- a/push.sh
+++ b/push.sh
@@ -38,8 +38,8 @@ git clone --single-branch -slb "${BRANCH}" . ../privatebuild
cd ../privatebuild
# Build with maven
-set MAVEN_OPTS=-Xmx1G
-mvn -T4 install -Pdev -DskipSanityChecks=false
+set MAVEN_OPTS=-Xmx256m
+mvn -T4 clean install
if [ $? -ne 0 ]; then
exit_ko "Unable to build"
fi
@@ -52,4 +52,4 @@ fi
# Update working directory
cd ${LOCATION} && git fetch ${REMOTE}
-exit_ok "Yet another successful build!" \ No newline at end of file
+exit_ok "Yet another successful build!"