Author: wsmoak
Date: Sun Apr 9 20:27:07 2006
New Revision: 392878
URL: http://svn.apache.org/viewcvs?rev=392878&view=rev
Log:
Override the apache.snapshots repository configuration inherited from the
Apache parent pom, and enable releases so that our test builds (which do not
have a SNAPSHOT identifier) will be downloaded from it.
Modified:
struts/action/trunk/pom.xml
Modified: struts/action/trunk/pom.xml
URL:
http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=392878&r1=392877&r2=392878&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Sun Apr 9 20:27:07 2006
@@ -120,9 +120,11 @@
<repositories>
<repository>
- <id>apache-snapshot</id>
- <name>Apache Internal Repository</name>
+ <id>apache.snapshots</id>
+ <name>Apache Maven Repository (Snapshots and Test Builds)</name>
<url>http://cvs.apache.org/maven-snapshot-repository</url>
+ <releases><enabled>true</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]