michael-o commented on a change in pull request #412:
URL: https://github.com/apache/maven/pull/412#discussion_r537086472
##########
File path: .github/workflows/maven.yml
##########
@@ -137,4 +137,4 @@ jobs:
- name: Running integration tests
shell: bash
- run: mvn install -e -B -V -Prun-its,embedded
-DmavenDistro="$GITHUB_WORKSPACE/built-maven/apache-maven-bin.zip"
-DwrapperDistroDir="$GITHUB_WORKSPACE/built-maven/"
-DmavenWrapper="$GITHUB_WORKSPACE/built-maven-wrapper/maven-wrapper.jar" -f
maven-integration-testing/pom.xml
+ run: mvn install -e -B -V -Prun-its,embedded
-Dmaven.repo.local=~/.m2/repository
-DmavenDistro="$GITHUB_WORKSPACE/built-maven/apache-maven-bin.zip"
-DwrapperDistroDir="$GITHUB_WORKSPACE/built-maven/"
-DmavenWrapper="$GITHUB_WORKSPACE/built-maven-wrapper/maven-wrapper.jar" -f
maven-integration-testing/pom.xml
Review comment:
Isn't this redundant then because it is the default value?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]