diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-24 13:34:34 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-24 13:34:34 +0100 |
commit | edb10f65e7732cc12a9e7cd20d749ff740dca4ab (patch) | |
tree | a890b9eae8c4eebde844f590a355a5d91e94cf2b /quick-build.sh | |
parent | 6c8ef77d412dafaecbdf66543a4c33b58874f506 (diff) | |
download | sonarqube-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-x | quick-build.sh | 2 |
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 $* |