diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-23 23:13:20 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-23 23:13:20 +0200 |
commit | aafebf773768ac46471f9de4e6588970085ac0d9 (patch) | |
tree | 7cea484cb13a14bc86c11545d0954bcf9dbd16eb /build.sh | |
parent | b7d09c38a8ffd827142b271eb3eb4635058226f2 (diff) | |
download | sonarqube-aafebf773768ac46471f9de4e6588970085ac0d9.tar.gz sonarqube-aafebf773768ac46471f9de4e6588970085ac0d9.zip |
SONAR-4898 improve default settings
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 $* +mvn clean install -Pdev $* |