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/07/13 16:21:03 UTC

cvs commit: maven/xdocs/start download.xml install.xml

brett       2004/07/13 07:21:03

  Modified:    xdocs    Tag: MAVEN-1_0-BRANCH index.xml navigation-pdf.xml
                        navigation.xml status.xml
               xdocs/start Tag: MAVEN-1_0-BRANCH download.xml install.xml
  Log:
  release of 1.0
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.11.10.2 +7 -0      maven/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/index.xml,v
  retrieving revision 1.11.10.1
  retrieving revision 1.11.10.2
  diff -u -r1.11.10.1 -r1.11.10.2
  --- index.xml	4 Mar 2004 17:45:56 -0000	1.11.10.1
  +++ index.xml	13 Jul 2004 14:21:03 -0000	1.11.10.2
  @@ -27,6 +27,13 @@
   
     <body>
   
  +  <section name="Maven 1.0 Released - 13 July 2004">
  +    <p>Maven 1.0 has been released.<br/> <a href="start/download.html">Download</a> |
  +    <a href="start/install.html">Installation Instructions</a> |
  +    <a href="start/release-notes-1.0.html">Release Notes</a>
  +    </p>
  +  </section>
  +
     <section name="Maven">
       <p>
         Maven is a Java project management and project comprehension tool. Maven
  
  
  
  1.1.2.10  +1 -1      maven/xdocs/navigation-pdf.xml
  
  Index: navigation-pdf.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation-pdf.xml,v
  retrieving revision 1.1.2.9
  retrieving revision 1.1.2.10
  diff -u -r1.1.2.9 -r1.1.2.10
  --- navigation-pdf.xml	13 Jul 2004 12:08:50 -0000	1.1.2.9
  +++ navigation-pdf.xml	13 Jul 2004 14:21:03 -0000	1.1.2.10
  @@ -34,7 +34,7 @@
               <item name="Install" href="/start/install.html"/>
               <item name="Integrate" href="/start/integrate.html"/>
               <item name="Use" href="/start/use.html"/>
  -            <item name="Release Notes" href="/start/release-notes-rc4.html"/>
  +            <item name="Release Notes" href="/start/release-notes-1.0.html"/>
               <item name="Build" href="/start/bootstrap.html"/>
               <item name="Anakia Users" href="/start/anakia.html"/>
           </menu>
  
  
  
  1.33.4.12 +1 -1      maven/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation.xml,v
  retrieving revision 1.33.4.11
  retrieving revision 1.33.4.12
  diff -u -r1.33.4.11 -r1.33.4.12
  --- navigation.xml	13 Jul 2004 12:08:50 -0000	1.33.4.11
  +++ navigation.xml	13 Jul 2004 14:21:03 -0000	1.33.4.12
  @@ -38,7 +38,7 @@
           <item name="Install"               href="/start/install.html"/>
           <item name="Integrate"             href="/start/integrate.html"/>
           <item name="Use"                   href="/start/use.html"/>
  -        <item name="Release Notes"         href="/start/release-notes-rc4.html"/>
  +        <item name="Release Notes"         href="/start/release-notes-1.0.html"/>
           <item name="Build"                 href="/start/bootstrap.html"/>
           <item name="Anakia Users"          href="/start/anakia.html"/>
         </item>
  
  
  
  1.16.4.6  +9 -2      maven/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/status.xml,v
  retrieving revision 1.16.4.5
  retrieving revision 1.16.4.6
  diff -u -r1.16.4.5 -r1.16.4.6
  --- status.xml	28 Jun 2004 13:33:07 -0000	1.16.4.5
  +++ status.xml	13 Jul 2004 14:21:03 -0000	1.16.4.6
  @@ -36,8 +36,15 @@
   
         <subsection name="Current Status">
           <p>
  -          We are currently working on the documentation and waiting for feedback on
  -          Maven 1.0 RC4, before releasing Maven 1.0 final.
  +          We are currently catching developing a roadmap for future Maven development
  +          in the 1.x and 2.x series.
  +        </p>
  +      </subsection>
  +
  +      <subsection name="13 July 2004 - Maven 1.0 released!">
  +        <p>
  +          See the <a href="start/release-notes-1.0.html">Release Notes</a> for more
  +          information.
           </p>
         </subsection>
   
  
  
  
  No                   revision
  No                   revision
  1.20.2.5  +9 -6      maven/xdocs/start/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/start/download.xml,v
  retrieving revision 1.20.2.4
  retrieving revision 1.20.2.5
  diff -u -r1.20.2.4 -r1.20.2.5
  --- download.xml	28 Jun 2004 13:33:07 -0000	1.20.2.4
  +++ download.xml	13 Jul 2004 14:21:03 -0000	1.20.2.5
  @@ -34,17 +34,20 @@
         </p>
         
         <p>
  -        The current release is 1.0-rc4. Below are the links to the latest release in various formats
  +        The current release is 1.0. Below are the links to the latest release in various formats
         </p>
         
         <ul>
  -        <li><a href="release-notes-rc4.html">Release Notes</a></li>
  -        <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc4.exe">Windows .exe</a></li>
  -        <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc4.tar.bz2">.tar.bz2 file</a></li>
  -        <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc4.tar.gz">.tar.gz file</a></li>
  -        <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc4.zip">.zip file</a></li>
  +        <li><a href="release-notes-1.0.html">Release Notes</a></li>
  +        <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.exe">Windows .exe</a></li>
  +        <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.tar.bz2">.tar.bz2 file</a></li>
  +        <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.tar.gz">.tar.gz file</a></li>
  +        <li><a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.zip">.zip file</a></li>
         </ul>
         
  +      <p>
  +        Seed repository: <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/seed-repo-maven-1.0.tar.gz">seed-maven-1.0.tar.gz file</a>
  +      </p>
       </section>
     </body>
   </document>
  
  
  
  1.15.4.8  +8 -2      maven/xdocs/start/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/start/install.xml,v
  retrieving revision 1.15.4.7
  retrieving revision 1.15.4.8
  diff -u -r1.15.4.7 -r1.15.4.8
  --- install.xml	28 Jun 2004 09:39:11 -0000	1.15.4.7
  +++ install.xml	13 Jul 2004 14:21:03 -0000	1.15.4.8
  @@ -38,7 +38,7 @@
           The downloaded install archive contains everything required to run
           Maven on your system. The install archive has a single top-level
           directory named <code>maven-VERSION</code>, where VERSION is the version
  -        downloaded (eg. 1.0-rc1). This directory contains all the 
  +        downloaded (eg. 1.0). This directory contains all the 
           Maven related files beneath that. You can now unpack the install
           archive.
         </p>
  @@ -81,7 +81,13 @@
         </p>
   
         <p>
  -        Verify that your <code>MAVEN_HOME</code> environment variable points to
  +        If you have downloaded the seed repository, you should extract it under the repository directory
  +        created in the step above (eg <code>$HOME/.maven/repository</code>). This will allow you to run
  +        Maven offline and successfully run the jar, site and related goals.
  +      </p>
  +
  +      <p>
  +        Next, verify that your <code>MAVEN_HOME</code> environment variable points to
           the correct location.  In the top-level directory of
           <code>MAVEN_HOME</code>, you should see the following
           structure:
  
  
  

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