Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify a
localRepositoryPath
for integration tests.
The upgrade to version 3.5.0 of `maven-invoker-plugin` caused this project to fail, with this message: ``` Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.5.0:install (integration-test) on project auto-value: Failed to install artifact com.google.auto:auto-common:jar:1.2.1: cannot install /home/runner/.m2/repository/com/google/auto/auto-common/1.2.1/auto-common-1.2.1.jar to same path -> [Help 1] ``` Setting `localRepositoryPath` fixes this. I believe the change in behaviour was caused by [this PR](apache/maven-invoker-plugin#174), which may have broken other projects similarly. RELNOTES=n/a PiperOrigin-RevId: 510172220
- Loading branch information