aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-05-06 09:14:16 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-05-06 09:32:42 +0200
commit29611c664ced4bae8a71bef5ad616d26ccab4c02 (patch)
tree40305dbbbf59df6bd7dbca3a99978c7bd6414393 /build.sh
parent8a35689e3cf1d84d3b321be33bc12607711d1ee6 (diff)
downloadsonarqube-29611c664ced4bae8a71bef5ad616d26ccab4c02.tar.gz
sonarqube-29611c664ced4bae8a71bef5ad616d26ccab4c02.zip
Remove goal "clean" from quick-build.sh and build.sh
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 5527fa3055e..29aff33c780 100755
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-mvn clean install $*
+mvn install $*