aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-03-12 14:45:15 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-03-12 14:45:15 +0100
commit2db1c604c0c73d57d450c5cd0187927bd422c91a (patch)
treededf67c09847a3d2952301bafa032c8751104260 /quick-build.sh
parent2d284f4e3a0b4cefa0becb922d3ad939aa076db6 (diff)
downloadsonarqube-2db1c604c0c73d57d450c5cd0187927bd422c91a.tar.gz
sonarqube-2db1c604c0c73d57d450c5cd0187927bd422c91a.zip
Skip sanity checks in quick-build scripts
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-xquick-build.sh2
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 $*