Use Spring milestone and snapshot repos for plugins in full profile

This commit is contained in:
Andy Wilkinson 2017-09-14 13:33:21 +01:00
parent 1669e4bad3
commit 4bdef4d0f9
1 changed files with 16 additions and 0 deletions

View File

@ -885,6 +885,22 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>http://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>http://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>