Author: wsmoak Date: Fri Jun 2 22:41:56 2006 New Revision: 411385 URL: http://svn.apache.org/viewvc?rev=411385&view=rev Log: Override the inherited definition of apache.snapshots * enable both releases (our test builds) and snapshots to be retrieved * Use 'people.apache.org' as the domain name
Modified: struts/shale/branches/mvn_reorg/pom.xml Modified: struts/shale/branches/mvn_reorg/pom.xml URL: http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/pom.xml?rev=411385&r1=411384&r2=411385&view=diff ============================================================================== --- struts/shale/branches/mvn_reorg/pom.xml (original) +++ struts/shale/branches/mvn_reorg/pom.xml Fri Jun 2 22:41:56 2006 @@ -126,6 +126,13 @@ <repositories> <repository> + <id>apache.snapshots</id> + <name>Apache Maven Repository (Snapshots and Test Builds)</name> + <url>http://people.apache.org/maven-snapshot-repository</url> + <releases><enabled>true</enabled></releases> + <snapshots><enabled>true</enabled></snapshots> + </repository> + <repository> <id>java.net</id> <name>java.net Maven 1 Repository</name> <url>https://maven-repository.dev.java.net/nonav/repository</url>