Author: ogusakov Date: Tue Dec 2 16:01:16 2008 New Revision: 722686 URL: http://svn.apache.org/viewvc?rev=722686&view=rev Log: had to add repo to the POM to make grid build work :(
Modified: maven/mercury/branches/722617/pom.xml Modified: maven/mercury/branches/722617/pom.xml URL: http://svn.apache.org/viewvc/maven/mercury/branches/722617/pom.xml?rev=722686&r1=722685&r2=722686&view=diff ============================================================================== --- maven/mercury/branches/722617/pom.xml (original) +++ maven/mercury/branches/722617/pom.xml Tue Dec 2 16:01:16 2008 @@ -515,4 +515,14 @@ <url>http://svn.apache.org/viewvc/maven/mercury/trunk/</url> </scm> + <repositories> + <repository> + <id>sona.plexus.releases</id> + <url>http://repository.sonatype.org/content/repositories/plexus-releases-oss</url> + <snapshots><enabled>false</enabled></snapshots> + <releases><enabled>true</enabled></releases> + </repository> + </repositories> + + </project>