|
|
@ -55,14 +55,14 @@
|
|
|
|
</url>
|
|
|
|
</url>
|
|
|
|
</site>
|
|
|
|
</site>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-release</id>
|
|
|
|
<id>spring-repo-release</id>
|
|
|
|
<name>Spring Release Repository</name>
|
|
|
|
<name>Spring Release Repository</name>
|
|
|
|
<url>s3://maven.springframework.org/release</url>
|
|
|
|
<url>http://repo.springsource.org/libs-release-local</url>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>spring-snapshot</id>
|
|
|
|
<id>spring-repo-snapshot</id>
|
|
|
|
<name>Spring Snapshot Repository</name>
|
|
|
|
<name>Spring Snapshot Repository</name>
|
|
|
|
<url>s3://maven.springframework.org/snapshot</url>
|
|
|
|
<url>http://repo.springsource.org/libs-snapshot-local</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
|
@ -88,9 +88,9 @@
|
|
|
|
<id>milestone</id>
|
|
|
|
<id>milestone</id>
|
|
|
|
<distributionManagement>
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-milestone</id>
|
|
|
|
<id>spring-repo-milestone</id>
|
|
|
|
<name>Spring Milestone Repository</name>
|
|
|
|
<name>Spring Milestone Repository</name>
|
|
|
|
<url>s3://maven.springframework.org/milestone</url>
|
|
|
|
<url>https://repo.springsource.org/libs-milestone-local</url>
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
</distributionManagement>
|
|
|
|
</profile>
|
|
|
|
</profile>
|
|
|
@ -214,6 +214,10 @@
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.9</version>
|
|
|
|
<version>2.9</version>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
|
|
<artifactId>maven-exec-plugin</artifactId>
|
|
|
|
|
|
|
|
<version>1.2.1</version>
|
|
|
|
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|