replace cvs.apache.org by people.apache.org

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-07-16 20:32:12 +00:00
parent b2eb52b61f
commit 9d0a400f2c

View File

@@ -35,7 +35,7 @@
</section>
<section name="Download snapshots">
<p>The command to download a snapshot is :</p>
<source>maven plugin:download -DgroupId=maven -DartifactId=<i>&lt;maven-XXX-plugin&gt;</i> -Dversion=<i>&lt;X.Y.Z&gt;</i>-SNAPSHOT -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/</source>
<source>maven plugin:download -DgroupId=maven -DartifactId=<i>&lt;maven-XXX-plugin&gt;</i> -Dversion=<i>&lt;X.Y.Z&gt;</i>-SNAPSHOT -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repository/</source>
<p>We can't give you the list of the snapshots deployed by our developers, but you can find them here : <a href="http://people.apache.org/repository/maven/plugins/" target="_blank">http://people.apache.org/repository/maven/plugins/</a>
</p>
</section>