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.sh | |
parent | 3fa4ecf58f5caeba8442fbba90c2175968738377 (diff) | |
download | sonarqube-97721f90ccbbd76935255c7a275433ab4772832e.tar.gz sonarqube-97721f90ccbbd76935255c7a275433ab4772832e.zip |
Remove the profile -Pdev
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quick-build.sh b/quick-build.sh index 151afd04bce..c8d443243b7 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 $* |