]> source.dussan.org Git - sonarqube.git/commit
Do not compile Java tests in quick-build.sh
authorKonda Reddy <841750+kondareddyr@users.noreply.github.com>
Fri, 17 Nov 2017 20:17:53 +0000 (14:17 -0600)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 17 Nov 2017 20:17:53 +0000 (21:17 +0100)
commitd7016491fb4bd7d1c19ba36499649ad6a6d6da8e
treec7ac484d203c3e5305f520f725edd063b6c5e12d
parent93893fb30f9d30f46b6557d151ab19e03168eacc
Do not compile Java tests in quick-build.sh

-DskipTests just skips the test execution: the tests are still compiled. Where as-Dmaven.test.skip will skip both compilation and execution of the tests.
quick-build.sh