aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-11 17:05:25 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-11 17:05:25 +0100
commitc885d23b868fe6d038c2e4a557f826e878316fcb (patch)
tree546241dab844671db8e21324fc09e92a44ac7a80 /quick-build.sh
parent742d043eaaf6fd907e8402eaea8ac675309cb016 (diff)
downloadsonarqube-c885d23b868fe6d038c2e4a557f826e878316fcb.tar.gz
sonarqube-c885d23b868fe6d038c2e4a557f826e878316fcb.zip
Fix quick-build.sh
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 d75343f5c28..8ff49597121 100755
--- a/quick-build.sh
+++ b/quick-build.sh
@@ -39,4 +39,4 @@ echo ''
echo ''
./stop.sh
-mvn install -B -e -V -DskipTests=true -Dsource.skip=true -Denforcer.skip=true $*
+mvn clean install -B -e -V -DskipTests=true -Dsource.skip=true -Denforcer.skip=true -Pdev $*