diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-12 14:45:15 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-03-12 14:45:15 +0100 |
commit | 2db1c604c0c73d57d450c5cd0187927bd422c91a (patch) | |
tree | dedf67c09847a3d2952301bafa032c8751104260 /quick-build.sh | |
parent | 2d284f4e3a0b4cefa0becb922d3ad939aa076db6 (diff) | |
download | sonarqube-2db1c604c0c73d57d450c5cd0187927bd422c91a.tar.gz sonarqube-2db1c604c0c73d57d450c5cd0187927bd422c91a.zip |
Skip sanity checks in quick-build scripts
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quick-build.sh b/quick-build.sh index 151afd04bce..55863096ecc 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -12,4 +12,4 @@ echo '' echo '-------------------------------------------------' # it is recommended to use maven 3 for faster builds -mvn clean install -Dtest=false -DfailIfNoTests=false -Pdev $* +mvn clean install -Dtest=false -DfailIfNoTests=false -DskipSanityChecks=true -Pdev $* |