Author: jvanzyl Date: Wed Dec 14 11:58:40 2005 New Revision: 356838 URL: http://svn.apache.org/viewcvs?rev=356838&view=rev Log: o can't depend on 2.0.1 parent POM but I need scpexe for the time being
Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-plugin/pom.xml?rev=356838&r1=356837&r2=356838&view=diff ============================================================================== --- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Wed Dec 14 11:58:40 2005 @@ -44,4 +44,20 @@ <version>2.0</version> </dependency> </dependencies> + <distributionManagement> + <snapshotRepository> + <id>snapshots</id> + <name>Maven Central Plugins Development Repository</name> + <url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url> + </snapshotRepository> + <repository> + <id>repo1</id> + <name>Maven Central Plugins Repository</name> + <url>scpexe://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> + </repository> + <site> + <id>website</id> + <url>scp://minotaur.apache.org/www/maven.apache.org/plugins/</url> + </site> + </distributionManagement> </project>