|
|
|
|
@ -1318,4 +1318,37 @@
@@ -1318,4 +1318,37 @@
|
|
|
|
|
</plugins> |
|
|
|
|
</pluginManagement> |
|
|
|
|
</build> |
|
|
|
|
<profiles> |
|
|
|
|
<profile> |
|
|
|
|
<id>default</id> |
|
|
|
|
<activation> |
|
|
|
|
<activeByDefault>true</activeByDefault> |
|
|
|
|
</activation> |
|
|
|
|
<repositories> |
|
|
|
|
<!-- |
|
|
|
|
Repositories to allow snapshot and milestone BOM imports during |
|
|
|
|
development. This section is stripped out when a full release is prepared. |
|
|
|
|
--> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://repo.spring.io/milestone</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-snapshots</id> |
|
|
|
|
<name>Spring Snapshots</name> |
|
|
|
|
<url>http://repo.spring.io/snapshot</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
</profile> |
|
|
|
|
<profile> |
|
|
|
|
<id>integration-test</id> |
|
|
|
|
</profile> |
|
|
|
|
</profiles> |
|
|
|
|
</project> |
|
|
|
|
|