summaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-23 23:13:20 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-23 23:13:20 +0200
commitaafebf773768ac46471f9de4e6588970085ac0d9 (patch)
tree7cea484cb13a14bc86c11545d0954bcf9dbd16eb /quick-build.sh
parentb7d09c38a8ffd827142b271eb3eb4635058226f2 (diff)
downloadsonarqube-aafebf773768ac46471f9de4e6588970085ac0d9.tar.gz
sonarqube-aafebf773768ac46471f9de4e6588970085ac0d9.zip
SONAR-4898 improve default settings
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-xquick-build.sh2
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 $*