@ -572,6 +572,74 @@
</pluginRepository>
</pluginRepository>
</pluginRepositories>
</pluginRepositories>
</profile>
</profile>
<profile >
<id > eclipse.profile</id>
<activation >
<property >
<name > m2e.version</name>
</property>
</activation>
<build >
<plugins >
<plugin >
<!-- Up the compiler version so the correct execution environment is used -->
<!-- The profile is only active in eclipse so we still target 1.6 on the command line -->
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<configuration >
<source > 1.8</source>
<target > 1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<repositories >
<repository >
<id > spring-ext</id>
<url > http://repo.spring.io/ext-release-local/</url>
<releases >
<enabled > true</enabled>
</releases>
<snapshots >
<enabled > false</enabled>
</snapshots>
</repository>
<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>
<pluginRepositories >
<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 >
<profile >
<id > prepare</id>
<id > prepare</id>
<repositories >
<repositories >