diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-13 16:11:50 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-13 16:11:50 +0200 |
commit | b749e03a47b3c3980255e251cff452968c95a746 (patch) | |
tree | 79367a743c30257c865941687f28713f1f37163f /quick-build.sh | |
parent | 0052d000cc0310a5038cfc3009cc257a142180ad (diff) | |
download | sonarqube-b749e03a47b3c3980255e251cff452968c95a746.tar.gz sonarqube-b749e03a47b3c3980255e251cff452968c95a746.zip |
Improve quick-build.sh
- upgrade to parent 35 to allow to skip license header check
- do not enabled enforcer on size of zip file
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quick-build.sh b/quick-build.sh index 3d5262e1e61..0e3f26edcaf 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -41,4 +41,4 @@ $$$$"""$$$$$$$$$$uuu uu$$$$$$$$$"""$$$" EOF ./stop.sh -mvn clean install -B -e -V -DskipTests=true -Dsource.skip=true -Pdev $* +mvn clean install -B -e -V -DskipTests=true -Dsource.skip=true -PskipSanityChecks,dev $* |