Author: ltheussl
Date: Mon Mar 12 04:27:02 2007
New Revision: 517180

URL: http://svn.apache.org/viewvc?view=rev&rev=517180
Log:
PR: MAVEN-1789
Purge ibiblio from documentation.

Modified:
    maven/maven-1/core/trunk/xdocs/about/features.xml
    maven/maven-1/core/trunk/xdocs/faq.fml
    maven/maven-1/core/trunk/xdocs/reference/properties.xml
    maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml
    maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml
    maven/maven-1/core/trunk/xdocs/using/repositories.xml

Modified: maven/maven-1/core/trunk/xdocs/about/features.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/about/features.xml?view=diff&rev=517180&r1=517179&r2=517180
==============================================================================
--- maven/maven-1/core/trunk/xdocs/about/features.xml (original)
+++ maven/maven-1/core/trunk/xdocs/about/features.xml Mon Mar 12 04:27:02 2007
@@ -75,9 +75,7 @@
             central JAR repository much like Perl's CPAN. This allows users
             of Maven to reuse JARs across projects and encourages communication
             between projects to ensure backward compatibility issues are
-            dealt with. We are collaborating with the folks at
-            <a href="http://www.ibiblio.org";>Ibiblio</a> who have graciously
-            allowed the central repository to live on their servers.
+            dealt with.
           </td>
         </tr>
         <tr>

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=517180&r1=517179&r2=517180
==============================================================================
--- maven/maven-1/core/trunk/xdocs/faq.fml (original)
+++ maven/maven-1/core/trunk/xdocs/faq.fml Mon Mar 12 04:27:02 2007
@@ -445,7 +445,7 @@
             The installation information is in the release notes.
           </li>
           <li>
-            If all else fails, look for it in maven repos, starting with 
ibiblio.
+            If all else fails, look for it in maven repos.
             A repo search facility exists - refer to the
             <a href="#search-repositories">search repositories</a>
             question.
@@ -458,7 +458,7 @@
       <question>How do I add a JAR from a non-Maven project to my local 
repository?</question>
       <answer>
         <p>
-          If it is a JAR that cannot be uploaded to Ibiblio because of a 
license, or it is private,
+          If it is a JAR that cannot be uploaded to Maven's central repository 
because of a license, or it is private,
           you must manually copy it to your local repository. After picking a 
sensible group ID, and making
           sure the filename is in the format 
<code>artifactId-version.jar</code>, copy it to
           <code>${maven.repo.local}/groupId/jars/artifactId-version.jar</code>.
@@ -546,8 +546,9 @@
   </part>
 
   <part id="ibiblio">
-    <title>Ibiblio</title>
+    <title>Maven's central repository</title>
 
+    <!--
     <faq id="ibiblio-repository">
       <question>Why is the Maven repository on Ibiblio and not at 
Apache?</question>
       <answer>
@@ -564,16 +565,17 @@
         <a href="http://www.ibiblio.org/about.html";>here</a>.</p>
       </answer>
     </faq>
+    -->
 
     <faq id="ibiblio-upload">
       <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>
+        <p>Read <a href="reference/repository-upload.html">Uploading to 
Maven's central repository</a>.</p>
       </answer>
     </faq>
 
     <faq id="ibiblio-mirrors">
-      <question>Are there any mirrors for the Maven repository at 
ibiblio?</question>
+      <question>Are there any mirrors for the Maven central 
repository?</question>
       <answer>
         <p>Yes, there are at least the following:</p>
         <ul>

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=517180&r1=517179&r2=517180
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/properties.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/properties.xml Mon Mar 12 04:27:02 
2007
@@ -292,7 +292,7 @@
             <td>
               The repository maven should use to download artifacts
               (jars etc) that it can't find in the local repository.
-              You should set this to one of the <a 
href="../faq.html#ibiblio-mirrors">Ibiblio mirrors</a>.
+              You should set this to one of the repo <a 
href="../faq.html#ibiblio-mirrors">mirrors</a>.
               You can also specify multiple repositories, separated by commas.
             </td>
             <td><code>http://repo1.maven.org/maven/</code></td>

Modified: maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml?view=diff&rev=517180&r1=517179&r2=517180
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml Mon Mar 12 
04:27:02 2007
@@ -21,7 +21,7 @@
 <document>
 
   <properties>
-    <title>Uploading to ibiblio</title>
+    <title>Uploading to Maven's central repository</title>
     <author email="[EMAIL PROTECTED]">Ben Walding</author>
     <author email="[EMAIL PROTECTED]">Jason van Zyl</author>    
     <author email="[EMAIL PROTECTED]">Brett Porter</author>    
@@ -30,7 +30,7 @@
   <body>
     <section name="Uploading to Ibiblio">
       <p>
-        So you want a resource uploaded to ibiblio?
+        So you want a resource uploaded to Maven's central repo?
       </p>
       
       <p>
@@ -52,7 +52,7 @@
       
         <p>
           If you are not using maven as your build system but want something
-          uploaded to Ibiblio then you just need to make a JAR (using the 
<code>jar</code> 
+          uploaded to central repo, then you just need to make a JAR (using 
the <code>jar</code> 
           executable, not <code>zip</code>, <code>pkzip</code> or equivalent) 
with the following
           format:
         </p>
@@ -74,7 +74,7 @@
         </ul>
         <p>
           Some considerations about the <b>groupId</b>: it will identify your 
project uniquely across all
-          projects, so we need to enforce a naming schema. For projects with 
artifacts already uploaded to ibiblio it can
+          projects, so we need to enforce a naming schema. For projects with 
artifacts already uploaded to central repo it can
           be equal to the previous used, but for new projects it has to follow 
the package name rules, what
           means that has to be at least as a domain name you control, and you 
can create as many subgroups
           as you want. 
@@ -156,7 +156,7 @@
     <section name="Maven partners">
       <p>
         The following sites sync automatically their project repository with 
the central one.
-        If you want a project from any of this sites to be uploaded to ibiblio 
you'll have to
+        If you want a project from any of this sites to be uploaded to central 
repo, you'll have to
         contact the project maintainers.
       </p>
         <ul>

Modified: maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml?view=diff&rev=517180&r1=517179&r2=517180
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml Mon Mar 12 
04:27:02 2007
@@ -75,7 +75,7 @@
             <li>A website to deploy the following
               <ul>
                 <li>Your plugin's site (<code>maven site</code>) 
documentation</li>
-                <li>Your plugin's JAR bundles for ibiblio upload requests</li>
+                <li>Your plugin's JAR bundles for the repository upload 
requests</li>
               </ul>
             </li>
           </ul>
@@ -97,19 +97,19 @@
         </p>
       </subsection>
 
-      <subsection name="Step 2. OK. My plugin has a host, how can I put it on 
ibiblio.org?" id="upload">
+      <subsection name="Step 2. OK. My plugin has a host, how can I put it on 
Maven's central repo?" id="upload">
         <p>
           If the project is part of the repository mirroring program, such as 
<code>maven-plugins.sourceforge.net</code>,
-          publishing it at SourceForge will automatically mirror it to ibiblio 
with further work.
+          publishing it at SourceForge will automatically mirror it to Maven's 
central repo without further work.
         </p>
 
         <p>
           However, if the project is an independant, please see the
-          <a href="repository-upload.html">instructions</a> for uploading a 
resource to ibiblio.org.
+          <a href="repository-upload.html">instructions</a> for uploading a 
resource to Maven's central repo.
         </p>
 
         <p>
-          <strong>NOTE:</strong> If your plugin requires resources (JAR files) 
that are not already at ibilio.org, you
+          <strong>NOTE:</strong> If your plugin requires resources (JAR files) 
that are not already in the repository, you
            may need to make several separate upload requests.
         </p>
       </subsection>

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=517180&r1=517179&r2=517180
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/repositories.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/repositories.xml Mon Mar 12 04:27:02 
2007
@@ -40,8 +40,8 @@
       <p>
         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://repo1.maven.org/maven/";>Ibiblio</a> houses Maven's 
central repository).
+        set up by a third party to provide their artifacts for downloading 
(for example, Maven's
+        <a href="http://repo1.maven.org/maven/";>central repository</a>).
         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.
@@ -92,7 +92,7 @@
         <p>
           Downloading in Maven is triggered by a project declaring a 
dependency that is not present in the local
           repository (or for a <code>SNAPSHOT</code>, when the remote 
repository contains one that is newer).
-          By default, Maven will download from Ibiblio.
+          By default, Maven will download from it's central <a 
href="http://repo1.maven.org/maven/";>repository</a>.
         </p>
         <p>
           To override this, you need to set the property 
<code>maven.repo.remote</code> as follows:
@@ -147,7 +147,7 @@
         <p>
           While this is possible for any type of remote repository, you must 
have the permission to do so.
           To have someone upload to the central Maven repository, see
-          <a href="../reference/repository-upload.html">Uploading to 
Ibiblio</a>.
+          <a href="../reference/repository-upload.html">Uploading to Maven's 
central repository</a>.
         </p>
         <p>
           Usually, you will only be attempting to upload a release of your own 
application to an internal repository.


Reply via email to