Fix invoker to not download remote artifacts
Updates to prevent the maven-invoker-plugin from downloading remote snapshot jars. Possibly caused by the recent changes to the spring-boot-dependencies POM. See gh-1413
This commit is contained in:
@@ -51,6 +51,10 @@
|
||||
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
|
||||
<skipInvocation>${skipTests}</skipInvocation>
|
||||
<streamLogs>true</streamLogs>
|
||||
<profiles>
|
||||
<profile>integration-test</profile>
|
||||
</profiles>
|
||||
<localRepositoryPath> </localRepositoryPath>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
||||
Reference in New Issue
Block a user