diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-06 11:25:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-05-06 11:25:13 +0200 |
commit | 66351068957bda62d2f7d275d59a73b936882f83 (patch) | |
tree | 8cdb6bc94cf76d5cc27644d546b74031a30e7064 /quick-build.sh | |
parent | 1c69cf79d10df8d4d6b5c5af313aa6e43fe7eac2 (diff) | |
download | sonarqube-66351068957bda62d2f7d275d59a73b936882f83.tar.gz sonarqube-66351068957bda62d2f7d275d59a73b936882f83.zip |
Revert -> goal "clean" is back in build/quick-build scripts
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 9e6cdf3ba85..99ce9771d2f 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -38,4 +38,4 @@ echo '' echo '' echo '' -mvn install -Dtest=false -DfailIfNoTests=false $* +mvn clean install -Dtest=false -DfailIfNoTests=false $* |