Browse Source

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.
tags/7.0-RC1
Konda Reddy 6 years ago
parent
commit
d7016491fb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      quick-build.sh

+ 1
- 1
quick-build.sh View File

@@ -41,4 +41,4 @@ $$$$"""$$$$$$$$$$uuu uu$$$$$$$$$"""$$$"
EOF

./stop.sh
mvn clean install -B -e -V -DskipTests=true -Dmaven.source.skip=true -Pdev,skipSanityChecks $*
mvn clean install -B -e -V -Dmaven.test.skip -Dmaven.source.skip=true -Pdev,skipSanityChecks $*

Loading…
Cancel
Save