aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-24 11:08:45 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-24 11:08:45 +0200
commit7caa3b298f021d4916ac63aa41031dbb5c4ffa6c (patch)
tree6f369a2b50984a2920f8e6577fc3985fefefe2fe /build.sh
parentf04357ba06cc0c2b6e694017567186b9e76d4bea (diff)
downloadsonarqube-7caa3b298f021d4916ac63aa41031dbb5c4ffa6c.tar.gz
sonarqube-7caa3b298f021d4916ac63aa41031dbb5c4ffa6c.zip
SONAR-4898 fix zip size in enforcer rule
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 b5fadb4c34a..5527fa3055e 100755
--- a/build.sh
+++ b/build.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-mvn clean install -Pdev $*
+mvn clean install $*