aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-05-06 11:25:13 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-05-06 11:25:13 +0200
commit66351068957bda62d2f7d275d59a73b936882f83 (patch)
tree8cdb6bc94cf76d5cc27644d546b74031a30e7064 /build.sh
parent1c69cf79d10df8d4d6b5c5af313aa6e43fe7eac2 (diff)
downloadsonarqube-66351068957bda62d2f7d275d59a73b936882f83.tar.gz
sonarqube-66351068957bda62d2f7d275d59a73b936882f83.zip
Revert -> goal "clean" is back in build/quick-build scripts
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 29aff33c780..5527fa3055e 100755
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-mvn install $*
+mvn clean install $*