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:
Phillip Webb
2014-08-21 00:44:22 -07:00
parent 1a61ffd7d1
commit 7d4fbacecd
4 changed files with 39 additions and 68 deletions

View File

@@ -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>