Author: carlos
Date: Sat Jul 15 04:00:15 2006
New Revision: 422202
URL: http://svn.apache.org/viewvc?rev=422202&view=rev
Log:
[MAVEN-1764] Removed planetmirror that doesn't work correctly
Modified:
maven/maven-1/core/trunk/xdocs/using/repositories.xml
Modified: maven/maven-1/core/trunk/xdocs/using/repositories.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/using/repositories.xml?rev=422202&r1=422201&r2=422202&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/repositories.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/repositories.xml Sat Jul 15 04:00:15
2006
@@ -96,7 +96,7 @@
<p>
To override this, you need to set the property
<code>maven.repo.remote</code> as follows:
</p>
-
<source>maven.repo.remote=http://anothermavenrepository/,http://www.ibiblio.org/maven/</source>
+
<source>maven.repo.remote=http://anothermavenrepository,http://www.ibiblio.org/maven/</source>
<p>
You can set this in your <code>~/build.properties</code> file to
globally use a certain mirror, however
note that it is common for a project to customise the repository in
their <code>project.properties</code>
@@ -105,7 +105,7 @@
</p>
<p>
(Future versions should allow you to use a setting of
- <code>${maven.repo.remote},http://planetmirror.com/maven</code>, but
currently this causes an infinite
+ <code>${maven.repo.remote},http://anothermavenrepository</code>, but
currently this causes an infinite
recursion).
</p>
<p>