summaryrefslogtreecommitdiffstats
path: root/quick-build.bat
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-05-05 22:30:48 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-05-05 22:30:59 +0200
commitdaafbf948d5f1f2cd2fff4e729359ee2f63a3c07 (patch)
tree01724f1edbec3569bcb83dd168fdd9c102f5a5c0 /quick-build.bat
parent804816f9434ba22951a4965155df0837d21f5d22 (diff)
downloadsonarqube-daafbf948d5f1f2cd2fff4e729359ee2f63a3c07.tar.gz
sonarqube-daafbf948d5f1f2cd2fff4e729359ee2f63a3c07.zip
Replace -Ddev by -Pdev to increase build duration
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 d83b5db5031..8330a14032b 100644
--- a/quick-build.bat
+++ b/quick-build.bat
@@ -1,2 +1,2 @@
set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256m
-mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev
+mvn clean install -Dtest=false -DfailIfNoTests=false -Pdev