DATAMONGO-334 - Switched to use http://repo.springsource.org as repository.
Fixed versions of build plugins along the way.
This commit is contained in:
@@ -289,6 +289,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>2.3.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.5</source>
|
<source>1.5</source>
|
||||||
<target>1.5</target>
|
<target>1.5</target>
|
||||||
@@ -308,6 +309,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>2.8</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<useFile>false</useFile>
|
<useFile>false</useFile>
|
||||||
<includes>
|
<includes>
|
||||||
@@ -321,6 +323,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-source-plugin</artifactId>
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
<version>2.1.2</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>attach-sources</id>
|
<id>attach-sources</id>
|
||||||
@@ -375,24 +378,24 @@
|
|||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>repository.springframework.maven.release</id>
|
<id>repository.springframework.maven.release</id>
|
||||||
<name>Spring Framework Maven Release Repository</name>
|
<name>Spring Framework Maven Release Repository</name>
|
||||||
<url>http://maven.springframework.org/release</url>
|
<url>http://repo.springsource.org/release</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>repository.springframework.maven.release</id>
|
<id>repository.springframework.maven.release</id>
|
||||||
<name>Spring Framework Maven Release Repository</name>
|
<name>Spring Framework Maven Release Repository</name>
|
||||||
<url>http://maven.springframework.org/release</url>
|
<url>http://repo.springsource.org/release</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>repository.springframework.maven.milestone</id>
|
<id>repository.springframework.maven.milestone</id>
|
||||||
<name>Spring Framework Maven Milestone Repository</name>
|
<name>Spring Framework Maven Milestone Repository</name>
|
||||||
<url>http://maven.springframework.org/milestone</url>
|
<url>http://repo.springsource.org/milestone</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>repository.springframework.maven.snapshot</id>
|
<id>repository.springframework.maven.snapshot</id>
|
||||||
<name>Spring Framework Maven Snapshot Repository</name>
|
<name>Spring Framework Maven Snapshot Repository</name>
|
||||||
<url>http://maven.springframework.org/snapshot</url>
|
<url>http://repo.springsource.org/snapshot</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
<reporting>
|
<reporting>
|
||||||
|
|||||||
Reference in New Issue
Block a user