diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-11 10:25:12 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-11 10:51:58 +0100 |
commit | 46b5b59eae490ff19c8e0edbac35031d1773899b (patch) | |
tree | 071c114f65f0baf8819702167a445da7597a63fe /quick-build.sh | |
parent | 2fca4ebeee81bc01db290e97de7be31f3bf60241 (diff) | |
download | sonarqube-46b5b59eae490ff19c8e0edbac35031d1773899b.tar.gz sonarqube-46b5b59eae490ff19c8e0edbac35031d1773899b.zip |
Fix IT scripts
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 4 |
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 $* |