aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-11 10:25:12 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-11 10:51:58 +0100
commit46b5b59eae490ff19c8e0edbac35031d1773899b (patch)
tree071c114f65f0baf8819702167a445da7597a63fe /quick-build.sh
parent2fca4ebeee81bc01db290e97de7be31f3bf60241 (diff)
downloadsonarqube-46b5b59eae490ff19c8e0edbac35031d1773899b.tar.gz
sonarqube-46b5b59eae490ff19c8e0edbac35031d1773899b.zip
Fix IT scripts
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-xquick-build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/quick-build.sh b/quick-build.sh
index 7a7f3a83e55..d75343f5c28 100755
--- a/quick-build.sh
+++ b/quick-build.sh
@@ -38,7 +38,5 @@ echo ''
echo ''
echo ''
-# Parallel executions of maven modules and tests.
-# Half of CPU core are used in to keep other half for OS and other programs.
./stop.sh
-mvn clean install -T0.5C -B -e -DskipTests=true -Pdev $*
+mvn install -B -e -V -DskipTests=true -Dsource.skip=true -Denforcer.skip=true $*