You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/10/30 05:19:49 UTC

cvs commit: maven/xdocs/start install.xml

brett       2004/10/29 20:19:49

  Modified:    xdocs    Tag: MAVEN-1_0-BRANCH changes.xml faq.fml
               xdocs/reference Tag: MAVEN-1_0-BRANCH user-guide.xml
               xdocs/start Tag: MAVEN-1_0-BRANCH install.xml
  Log:
  PR: MAVEN-1477
  document ibiblio mirrors
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.14.4.41 +1 -0      maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/changes.xml,v
  retrieving revision 1.14.4.40
  retrieving revision 1.14.4.41
  diff -u -r1.14.4.40 -r1.14.4.41
  --- changes.xml	30 Oct 2004 01:44:59 -0000	1.14.4.40
  +++ changes.xml	30 Oct 2004 03:19:48 -0000	1.14.4.41
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.0.1-SNAPSHOT" date="in CVS MAVEN-1_0-BRANCH">
  +      <action dev="brett" type="fix" issue="MAVEN-1477">Document mirrors of the Maven repository at ibiblio</action>
         <action dev="brett" type="fix" issue="MAVEN-1355" due-to="Miguel Griffa">Document how to build Maven using Maven instead of bootstrapping</action>
         <action dev="brett" type="fix" issue="MAVEN-1437">Specifically target the 1.3 JVM</action>
         <action dev="brett" type="fix" issue="MAVEN-1363">Goals in maven:reactor and maven:maven are trimmed</action>
  
  
  
  1.5.4.13  +14 -0     maven/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/faq.fml,v
  retrieving revision 1.5.4.12
  retrieving revision 1.5.4.13
  diff -u -r1.5.4.12 -r1.5.4.13
  --- faq.fml	30 Oct 2004 03:03:09 -0000	1.5.4.12
  +++ faq.fml	30 Oct 2004 03:19:48 -0000	1.5.4.13
  @@ -154,6 +154,20 @@
         </answer>
       </faq>
   
  +    <faq id="ibiblio-mirrors">
  +      <question>Are there any mirrors for the Maven repository at ibiblio?</question>
  +      <answer>
  +        Yes, there are at least the following:
  +        <ul>
  +          <li>http://www.ibiblio.org/maven/</li>
  +          <li>http://planetmirror.com/pub/maven/</li>
  +          <li>http://mirrors.sunsite.dk/maven/</li>
  +          <li>http://ftp.up.ac.za/pub/linux/maven/</li>
  +          <li>http://download.au.kde.org/pub/maven/</li>
  +        </ul>
  +      </answer>
  +    </faq>
  +
       <faq id="sharing-plugins">
         <question>How do I share my Maven plugin with others?</question>
         <answer>
  
  
  
  No                   revision
  No                   revision
  1.63.4.13 +4 -3      maven/xdocs/reference/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v
  retrieving revision 1.63.4.12
  retrieving revision 1.63.4.13
  diff -u -r1.63.4.12 -r1.63.4.13
  --- user-guide.xml	24 Sep 2004 10:38:46 -0000	1.63.4.12
  +++ user-guide.xml	30 Oct 2004 03:19:49 -0000	1.63.4.13
  @@ -748,7 +748,7 @@
                   deploy the distribution to during a
                   dist:deploy.
                 </td>
  -              <td>login.ibiblio.org</td>
  +              <td>None</td>
               </tr>
   
               <tr>
  @@ -757,7 +757,7 @@
                   This is the directory that Maven will copy the
                   distribution to during a dist:deploy.
                 </td>
  -              <td>/public/html/maven</td>
  +              <td>None</td>
               </tr>
   
               <tr>
  @@ -773,7 +773,8 @@
                 <td>maven.repo.remote</td>
                 <td>
                   The repository maven should use to download artifacts
  -                (jars etc) that it can't find in the local repository
  +                (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">mirrors</a>.
                 </td>
                 <td>http://www.ibiblio.org/maven</td>
               </tr>
  
  
  
  No                   revision
  No                   revision
  1.15.4.9  +7 -0      maven/xdocs/start/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/start/install.xml,v
  retrieving revision 1.15.4.8
  retrieving revision 1.15.4.9
  diff -u -r1.15.4.8 -r1.15.4.9
  --- install.xml	13 Jul 2004 14:21:03 -0000	1.15.4.8
  +++ install.xml	30 Oct 2004 03:19:49 -0000	1.15.4.9
  @@ -110,6 +110,13 @@
           To confirm that you can start Maven, run
         </p>
         <source><![CDATA[maven -v]]></source>
  +
  +      <p>
  +        You should also create a <code>build.properties</code> (see above for how to get your home directory on
  +        Windows). Here, you can set your remote repository to the closest
  +        <a href="/faq.html#ibiblio-mirrors">ibiblio mirror</a> and customise some other per-user settings.
  +        See the <a href="/reference/user-guide.html">User Guide</a> for more information.
  +      </p>
       </section>
     </body>
   </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org