diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-07 10:11:14 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-10 22:03:49 +0200 |
commit | c6a2bca03110c3a806759683f1a5b50398f37fe2 (patch) | |
tree | 4f5e79b2b06fc142176dac5e6de351bc47f50de0 /quick-build.sh | |
parent | f21b3c8cd51601d5533c304dbda83e1be28f8315 (diff) | |
download | sonarqube-c6a2bca03110c3a806759683f1a5b50398f37fe2.tar.gz sonarqube-c6a2bca03110c3a806759683f1a5b50398f37fe2.zip |
Remove useless property enforcer.skip
This property is already defined in profile skipSanityChecks
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 756015c15bb..3d5262e1e61 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 -Denforcer.skip=true -Pdev $* +mvn clean install -B -e -V -DskipTests=true -Dsource.skip=true -Pdev $* |