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

@@ -274,7 +274,7 @@
<regexFlags>
<regexFlag>DOTALL</regexFlag>
</regexFlags>
<token>\n\t&lt;repositories&gt;.*&lt;/repositories&gt;</token>
<token>\n\t&lt;profiles&gt;.*&lt;/profiles&gt;</token>
<value></value>
</configuration>
</execution>