File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/workflows/composites
build-controllers-project
run-and-save-test-times-when-cache-missing
run-and-save-test-times-when-cache-present Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 CURRENT_INDEX : ${{ matrix.current_index }}
1010 run : |
1111 cd spring-cloud-kubernetes-controllers
12- .././mvnw -DCURRENT_INSTANCE=${CURRENT_INDEX} -Pexecutable - T 1C -U clean install
12+ .././mvnw -DCURRENT_INSTANCE=${CURRENT_INDEX} -T 1C -U clean install
1313 cd ..
Original file line number Diff line number Diff line change 4141 -DtestsToRun=${TEST_ARG[@]} \
4242 -DCURRENT_INSTANCE=${CURRENT_INDEX} \
4343 -e clean install \
44- -P sonar -nsu --batch-mode \
44+ -P sonar,executable -nsu --batch-mode \
4545 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
4646 -Dhttp.keepAlive=false \
4747 -Dmaven.wagon.http.pool=false \
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ runs:
150150 -Dsurefire-reports-directory=surefire-reports/${CURRENT_INDEX} \
151151 -Dfailsafe-reports-directory=failsafe-reports/${CURRENT_INDEX} \
152152 -e clean install \
153- -P sonar -nsu --batch-mode \
153+ -P sonar,executable -nsu --batch-mode \
154154 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
155155 -Dhttp.keepAlive=false \
156156 -Dmaven.wagon.http.pool=false \
You can’t perform that action at this time.
0 commit comments