diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-02-25 09:08:50 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-02-25 09:08:50 +0100 |
commit | 97721f90ccbbd76935255c7a275433ab4772832e (patch) | |
tree | afd294a3ab16bac10e58bada79e68d432defa810 /quick-build.bat | |
parent | 3fa4ecf58f5caeba8442fbba90c2175968738377 (diff) | |
download | sonarqube-97721f90ccbbd76935255c7a275433ab4772832e.tar.gz sonarqube-97721f90ccbbd76935255c7a275433ab4772832e.zip |
Remove the profile -Pdev
Diffstat (limited to 'quick-build.bat')
-rw-r--r-- | quick-build.bat | 2 |
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 %* |