aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.bat
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-02-25 09:08:50 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-02-25 09:08:50 +0100
commit97721f90ccbbd76935255c7a275433ab4772832e (patch)
treeafd294a3ab16bac10e58bada79e68d432defa810 /quick-build.bat
parent3fa4ecf58f5caeba8442fbba90c2175968738377 (diff)
downloadsonarqube-97721f90ccbbd76935255c7a275433ab4772832e.tar.gz
sonarqube-97721f90ccbbd76935255c7a275433ab4772832e.zip
Remove the profile -Pdev
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..8cbe98f2a02 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 %*