Skip to content

Commit 58ff745

Browse files
authored
Merge pull request #46687 from gsmet/maven.config
Do not overwrite .mvn/maven.config but contribute to it
2 parents bff22c3 + 954322b commit 58ff745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-actions-incremental.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ jobs:
509509
# the format of this file is specific: it's one option per line, thus the weird formatting in matrix-jvm-tests.json
510510
# see https://maven.apache.org/configure.html#a.mvn.2Fmaven.config_file.3A
511511
# IMPORTANT: we cannot simply replace all spaces with new lines as we have a module with spaces in the name (to test spaces are supported)
512-
echo -e "$MATRIX_JAVA_MODULES" > .mvn/maven.config
512+
echo -e "$MATRIX_JAVA_MODULES" >> .mvn/maven.config
513513
./mvnw $COMMON_MAVEN_ARGS $COMMON_TEST_MAVEN_ARGS $PTS_MAVEN_ARGS clean install -Dsurefire.timeout=1200 -Dno-test-kubernetes ${{ matrix.java.maven_args }}
514514
- name: Clean Gradle temp directory
515515
if: always()

0 commit comments

Comments
 (0)