summaryrefslogtreecommitdiffstats
path: root/quick-build.bat
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.bat
parent2d284f4e3a0b4cefa0becb922d3ad939aa076db6 (diff)
downloadsonarqube-2db1c604c0c73d57d450c5cd0187927bd422c91a.tar.gz
sonarqube-2db1c604c0c73d57d450c5cd0187927bd422c91a.zip
Skip sanity checks in quick-build scripts
Diffstat (limited to 'quick-build.bat')
-rw-r--r--quick-build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/quick-build.bat b/quick-build.bat
index d60c0688b92..4e05c6e0420 100644
--- a/quick-build.bat
+++ b/quick-build.bat
@@ -1,2 +1,2 @@
set MAVEN_OPTS=-Xmx256m
-mvn clean install -Dtest=false -DfailIfNoTests=false -Pdev %*
+mvn clean install -Dtest=false -DfailIfNoTests=false -DskipSanityChecks=true -Pdev %*