File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ case ${JOB_TYPE} in
5252 retry_with_backoff 3 10 \
5353 mvn install \
5454 -B -ntp \
55- -PquickBuild \
55+ -Pquick-build \
5656 -Dorg.slf4j.simpleLogger.showDateTime=true \
5757 -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
5858 -Dmaven.wagon.http.retryHandler.count=5 \
@@ -76,7 +76,7 @@ case ${JOB_TYPE} in
7676 install_modules " sdk-platform-java"
7777 mvn install \
7878 -B -ntp \
79- -PquickBuild \
79+ -Pquick-build \
8080 -Dorg.slf4j.simpleLogger.showDateTime=true \
8181 -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
8282 -Dmaven.wagon.http.retryHandler.count=5 \
@@ -135,7 +135,7 @@ case ${JOB_TYPE} in
135135
136136 echo " SUREFIRE_JVM_OPT: ${SUREFIRE_JVM_OPT} "
137137 echo " INTEGRATION_TEST_ARGS: ${INTEGRATION_TEST_ARGS} "
138- mvn verify -Penable-integration-tests -PquickBuild \
138+ mvn verify -Penable-integration-tests -Pquick-build \
139139 --also-make \
140140 ${INTEGRATION_TEST_ARGS} \
141141 -B -ntp -fae \
@@ -188,7 +188,7 @@ case ${JOB_TYPE} in
188188 echo " Running in subdir: ${BUILD_SUBDIR} "
189189 pushd " ${BUILD_SUBDIR} "
190190 echo " INTEGRATION_TEST_ARGS: ${INTEGRATION_TEST_ARGS} "
191- mvn test -Pnative -PquickBuild \
191+ mvn test -Pnative -Pquick-build \
192192 --also-make \
193193 ${INTEGRATION_TEST_ARGS} \
194194 -B -ntp -fae \
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ function run_integration_tests() {
301301 parse_all_submodules " $1 "
302302 printf " Running integration tests for submodules:\n%s\n" " $all_submodules "
303303
304- mvn verify -Penable-integration-tests -PquickBuild --projects " $all_submodules " \
304+ mvn verify -Penable-integration-tests -Pquick-build --projects " $all_submodules " \
305305 ${INTEGRATION_TEST_ARGS} \
306306 -B -ntp -fae \
307307 --also-make \
@@ -321,7 +321,7 @@ function run_graalvm_tests() {
321321 parse_all_submodules " $1 "
322322 printf " Running GraalVM ITs for submodules:\n%s\n" " $all_submodules "
323323
324- mvn test -Pnative -PquickBuild --projects " $all_submodules " \
324+ mvn test -Pnative -Pquick-build --projects " $all_submodules " \
325325 ${INTEGRATION_TEST_ARGS} \
326326 -B -ntp -fae \
327327 -DtrimStackTrace=false \
@@ -391,7 +391,7 @@ function install_modules() {
391391 if [ -z " $1 " ]; then
392392 mvn install \
393393 -B -ntp \
394- -PquickBuild \
394+ -Pquick-build \
395395 -DtrimStackTrace=false \
396396 -Dorg.slf4j.simpleLogger.showDateTime=true \
397397 -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
@@ -449,7 +449,7 @@ function install_modules() {
449449 # Correctly builds dependencies without building dependents.
450450 mvn install --projects " $all_submodules ,$always_install_deps " --also-make \
451451 -B -ntp \
452- -PquickBuild \
452+ -Pquick-build \
453453 -DtrimStackTrace=false \
454454 -Dorg.slf4j.simpleLogger.showDateTime=true \
455455 -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
Original file line number Diff line number Diff line change 6060# this should run maven enforcer
6161retry_with_backoff 3 10 \
6262 mvn install -B -V -ntp \
63- -PquickBuild -DskipTests=true -Dmaven.javadoc.skip=true -Denforcer.skip=false
63+ -Pquick-build -DskipTests=true -Dmaven.javadoc.skip=true -Denforcer.skip=false
6464
65- mvn -B dependency:analyze -PquickBuild -DfailOnWarning=true -Dmdep.analyze.skip=false
65+ mvn -B dependency:analyze -Pquick-build -DfailOnWarning=true -Dmdep.analyze.skip=false
6666
6767if [[ -n " ${BUILD_SUBDIR} " ]]
6868then
You can’t perform that action at this time.
0 commit comments