diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 11:08:45 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 11:08:45 +0200 |
commit | 7caa3b298f021d4916ac63aa41031dbb5c4ffa6c (patch) | |
tree | 6f369a2b50984a2920f8e6577fc3985fefefe2fe /build.sh | |
parent | f04357ba06cc0c2b6e694017567186b9e76d4bea (diff) | |
download | sonarqube-7caa3b298f021d4916ac63aa41031dbb5c4ffa6c.tar.gz sonarqube-7caa3b298f021d4916ac63aa41031dbb5c4ffa6c.zip |
SONAR-4898 fix zip size in enforcer rule
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 clean install -Pdev $* +mvn clean install $* |