aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-24 13:34:34 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-24 13:34:34 +0100
commitedb10f65e7732cc12a9e7cd20d749ff740dca4ab (patch)
treea890b9eae8c4eebde844f590a355a5d91e94cf2b /quick-build.sh
parent6c8ef77d412dafaecbdf66543a4c33b58874f506 (diff)
downloadsonarqube-edb10f65e7732cc12a9e7cd20d749ff740dca4ab.tar.gz
sonarqube-edb10f65e7732cc12a9e7cd20d749ff740dca4ab.zip
Revert "Do not compile Java tests in quick-build.sh"
This reverts commit d7016491fb4bd7d1c19ba36499649ad6a6d6da8e.
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 8a0ab1cb71c..b53a26a27f0 100755
--- a/quick-build.sh
+++ b/quick-build.sh
@@ -41,4 +41,4 @@ $$$$"""$$$$$$$$$$uuu uu$$$$$$$$$"""$$$"
EOF
./stop.sh
-mvn clean install -B -e -V -Dmaven.test.skip -Dmaven.source.skip=true -Pdev,skipSanityChecks $*
+mvn clean install -B -e -V -DskipTests=true -Dmaven.source.skip=true -Pdev,skipSanityChecks $*