diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-23 23:13:20 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-23 23:13:20 +0200 |
commit | aafebf773768ac46471f9de4e6588970085ac0d9 (patch) | |
tree | 7cea484cb13a14bc86c11545d0954bcf9dbd16eb /quick-build.sh | |
parent | b7d09c38a8ffd827142b271eb3eb4635058226f2 (diff) | |
download | sonarqube-aafebf773768ac46471f9de4e6588970085ac0d9.tar.gz sonarqube-aafebf773768ac46471f9de4e6588970085ac0d9.zip |
SONAR-4898 improve default settings
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 fcb2deea9e0..c27c8c8be13 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -38,4 +38,4 @@ echo '' echo '' echo '' -mvn clean install -DskipTests $* +mvn clean install -DskipTests -Pdev $* |