You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jj...@apache.org on 2007/01/15 17:38:23 UTC

svn commit: r496395 - in /maven/maven-1/core/trunk/xdocs: faq.fml news.xml reference/internal-repositories.xml reference/properties.xml using/repositories.xml

Author: jjensen
Date: Mon Jan 15 08:38:22 2007
New Revision: 496395

URL: http://svn.apache.org/viewvc?view=rev&rev=496395
Log:
Change URL in docs to new central URL "http://repo1.maven.org/maven/".
This is http://jira.codehaus.org/browse/MAVEN-1789 for docs.

Modified:
    maven/maven-1/core/trunk/xdocs/faq.fml
    maven/maven-1/core/trunk/xdocs/news.xml
    maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml
    maven/maven-1/core/trunk/xdocs/reference/properties.xml
    maven/maven-1/core/trunk/xdocs/using/repositories.xml

Modified: maven/maven-1/core/trunk/xdocs/faq.fml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/faq.fml?view=diff&rev=496395&r1=496394&r2=496395
==============================================================================
--- maven/maven-1/core/trunk/xdocs/faq.fml (original)
+++ maven/maven-1/core/trunk/xdocs/faq.fml Mon Jan 15 08:38:22 2007
@@ -565,7 +565,7 @@
     </faq>
 
     <faq id="ibiblio-upload">
-      <question>How do I upload a resource to or update a resource on http://www.ibiblio.org/maven?</question>
+      <question>How do I upload a resource to or update a resource on http://repo1.maven.org/maven/?</question>
       <answer>
         <p>Read <a href="reference/repository-upload.html">Uploading to Ibiblio Instructions</a>.</p>
       </answer>
@@ -576,7 +576,7 @@
       <answer>
         <p>Yes, there are at least the following:</p>
         <ul>
-          <li>http://www.ibiblio.org/maven/</li>
+          <li>http://repo1.maven.org/maven/</li>
           <li>http://public.planetmirror.com/pub/maven/</li>
           <li>http://mirrors.dotsrc.org/maven/</li>
           <li>http://ftp.up.ac.za/pub/linux/maven/</li>

Modified: maven/maven-1/core/trunk/xdocs/news.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/news.xml?view=diff&rev=496395&r1=496394&r2=496395
==============================================================================
--- maven/maven-1/core/trunk/xdocs/news.xml (original)
+++ maven/maven-1/core/trunk/xdocs/news.xml Mon Jan 15 08:38:22 2007
@@ -93,7 +93,7 @@
 -DgroupId=maven 
 -DartifactId=maven-artifact-plugin 
 -Dversion=1.8.1-SNAPSHOT 
--Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/</source>
+-Dmaven.repo.remote=http://repo1.maven.org/maven/,http://people.apache.org/repo/m1-snapshot-repository/</source>
         </dd>
       </dl>
       <dl>

Modified: maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml?view=diff&rev=496395&r1=496394&r2=496395
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml Mon Jan 15 08:38:22 2007
@@ -48,7 +48,7 @@
         <p>
           To set up an internal repository just requires that you have a place to put it, and then start copying
           required artifacts there using the same layout as in a remote repository such as
-          <a href="http://www.ibiblio.org/maven/">Ibiblio</a>.
+          <a href="http://repo1.maven.org/maven/">Ibiblio</a>.
         </p>
         <p>
           It is <b>not</b> recommended that you scrape or rsync:// a full copy of Ibiblio as there is a large amount

Modified: maven/maven-1/core/trunk/xdocs/reference/properties.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/properties.xml?view=diff&rev=496395&r1=496394&r2=496395
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/properties.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/properties.xml Mon Jan 15 08:38:22 2007
@@ -294,7 +294,7 @@
               You should set this to one of the <a href="../faq.html#ibiblio-mirrors">Ibiblio mirrors</a>.
               You can also specify multiple repositories, separated by commas.
             </td>
-            <td><code>http://www.ibiblio.org/maven</code></td>
+            <td><code>http://repo1.maven.org/maven/</code></td>
           </tr>
   
           <tr>

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?view=diff&rev=496395&r1=496394&r2=496395
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/repositories.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/repositories.xml Mon Jan 15 08:38:22 2007
@@ -40,7 +40,7 @@
         Remote repositories refer to any other type of repository, accessed by a variety of protocols such as
         <code>file://</code> and <code>http://</code>. These repositories might be a truely remote repository
         set up by a third party to provide their artifacts for downloading (for example,
-        <a href="http://www.ibiblio.org/maven/">Ibiblio</a> houses Maven's central repository).
+        <a href="http://repo1.maven.org/maven/">Ibiblio</a> houses Maven's central repository).
         Other "remote" repositories may be <a href="../reference/internal-repositories.html">internal repositories</a>
         set up on a file or HTTP server within your company, used to share private artifacts between development teams
         and for releases.
@@ -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://repo1.maven.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>