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 9
9
CURRENT_INDEX : ${{ matrix.current_index }}
10
10
run : |
11
11
cd spring-cloud-kubernetes-controllers
12
- .././mvnw -DCURRENT_INSTANCE=${CURRENT_INDEX} -T 1C -U clean install
12
+ .././mvnw -DCURRENT_INSTANCE=${CURRENT_INDEX} -Pexecutable - T 1C -U clean install
13
13
cd ..
Original file line number Diff line number Diff line change 41
41
-DtestsToRun=${TEST_ARG[@]} \
42
42
-DCURRENT_INSTANCE=${CURRENT_INDEX} \
43
43
-e clean install \
44
- -P sonar,executable -nsu --batch-mode \
44
+ -P sonar -nsu --batch-mode \
45
45
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
46
46
-Dhttp.keepAlive=false \
47
47
-Dmaven.wagon.http.pool=false \
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ runs:
150
150
-Dsurefire-reports-directory=surefire-reports/${CURRENT_INDEX} \
151
151
-Dfailsafe-reports-directory=failsafe-reports/${CURRENT_INDEX} \
152
152
-e clean install \
153
- -P sonar,executable -nsu --batch-mode \
153
+ -P sonar -nsu --batch-mode \
154
154
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
155
155
-Dhttp.keepAlive=false \
156
156
-Dmaven.wagon.http.pool=false \
You can’t perform that action at this time.
0 commit comments