summaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-07 10:11:14 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-10 22:03:49 +0200
commitc6a2bca03110c3a806759683f1a5b50398f37fe2 (patch)
tree4f5e79b2b06fc142176dac5e6de351bc47f50de0 /quick-build.sh
parentf21b3c8cd51601d5533c304dbda83e1be28f8315 (diff)
downloadsonarqube-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-xquick-build.sh2
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 $*