Author: nilsga Date: Mon Jan 21 03:21:33 2008 New Revision: 613844 URL: http://svn.apache.org/viewvc?rev=613844&view=rev Log: Added apache snapshot repo
Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml?rev=613844&r1=613843&r2=613844&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml (original) +++ struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Mon Jan 21 03:21:33 2008 @@ -145,4 +145,13 @@ <scope>test</scope> </dependency> </dependencies> + <repositories> + <repository> + <id>apache.snapshots</id> + <name>Apache Maven Repository (Snapshots and Test Builds)</name> + <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <releases><enabled>false</enabled></releases> + <snapshots><enabled>true</enabled></snapshots> + </repository> + </repositories> </project>