Author: veithen Date: Sun Apr 21 10:20:48 2013 New Revision: 1470281 URL: http://svn.apache.org/r1470281 Log: Added the Apache snapshot repository as a plugin repository to allow the build to load the expected version of the axis2-repo-maven-plugin.
Modified: axis/axis2/java/rampart/trunk/pom.xml Modified: axis/axis2/java/rampart/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/trunk/pom.xml?rev=1470281&r1=1470280&r2=1470281&view=diff ============================================================================== --- axis/axis2/java/rampart/trunk/pom.xml (original) +++ axis/axis2/java/rampart/trunk/pom.xml Sun Apr 21 10:20:48 2013 @@ -183,6 +183,7 @@ <banPluginRepositories>true</banPluginRepositories> <!-- We still need to allow the Apache snapshot repository --> <allowSnapshotRepositories>true</allowSnapshotRepositories> + <allowSnapshotPluginRepositories>true</allowSnapshotPluginRepositories> </requireNoRepositories> </rules> </configuration> @@ -486,4 +487,17 @@ <jacoco.version>0.6.1.201212231917</jacoco.version> </properties> + + <pluginRepositories> + <pluginRepository> + <id>apache.snapshots</id> + <url>http://repository.apache.org/snapshots/</url> + <snapshots> + <enabled>true</enabled> + </snapshots> + <releases> + <enabled>false</enabled> + </releases> + </pluginRepository> + </pluginRepositories> </project>