Removed the Maven 1 repo and corrected URLs cvs.a.o -> people.a.o.

Note that the distribution repository id changed to 'apache.snapshots'.  
You may need to adjust the <server> section in your settings.xml.
WW-1305

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@441854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak
2006-09-09 20:51:55 +00:00
parent ed5bacf2ec
commit c2bc1441b6
+4 -18
View File
@@ -65,9 +65,9 @@
<ciManagement/>
<distributionManagement>
<repository>
<id>apache-maven-test-builds</id>
<name>Apache Maven Repository (Test Builds)</name>
<url>scp://people.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
<id>apache.snapshots</id>
<name>Apache Maven Repository (Snapshots and Test Builds)</name>
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</repository>
<site>
<id>apache-site</id>
@@ -277,24 +277,10 @@
</releases>
<url>http://snapshots.maven.codehaus.org/maven2</url>
</repository>
<repository>
<id>apache</id>
<name>apache</name>
<layout>legacy</layout>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>ignore</checksumPolicy>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
<url>http://cvs.apache.org/repository</url>
</repository>
<repository>
<id>apache.snapshots</id>
<name>Apache Maven Repository (Snapshots and Test Builds)</name>
<url>http://cvs.apache.org/maven-snapshot-repository</url>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>