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 /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 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -mvn install $* +mvn clean install $* |