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 2005/04/08 14:07:28 UTC

svn commit: r160545 - in maven/maven-1/core/trunk/xdocs: index.xml navigation.xml start/download.xml

Author: brett
Date: Fri Apr  8 05:07:27 2005
New Revision: 160545

URL: http://svn.apache.org/viewcvs?view=rev&rev=160545
Log:
maven 2 site links

Modified:
    maven/maven-1/core/trunk/xdocs/index.xml
    maven/maven-1/core/trunk/xdocs/navigation.xml
    maven/maven-1/core/trunk/xdocs/start/download.xml

Modified: maven/maven-1/core/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/index.xml?view=diff&r1=160544&r2=160545
==============================================================================
--- maven/maven-1/core/trunk/xdocs/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/index.xml Fri Apr  8 05:07:27 2005
@@ -32,6 +32,16 @@
         documentation from a central piece of information.
       </p>
 
+      <subsection name="News">
+        <p style="font-size: larger; font-weight: bold">
+          8 April 2005 - Maven 2.0 Technology Preview Now Available
+        </p>
+        <p>
+          A technology preview of Maven 2.0 (alpha-1) has been released to get feedback.
+          For more information, see the new section on <a href="/maven2/index.html">Maven 2.0</a>
+        </p>
+      </subsection>
+
       <subsection name="Getting Started with Maven">
         <p>
           <b>Need Maven to build a project you have downloaded?</b>
@@ -73,6 +83,10 @@
           The current development version is only available from Subversion at this point. For more information, see
           <a href="/developers/building-from-source.html">Building from Source</a> and
           <a href="/reference/backwards-compatibility.html">compatibility information</a>.          
+        </p>
+        <p>
+          Maven 2.0 is a rewrite of the original Maven application. For more information, see the
+          <a href="/maven2/index.html">Maven 2.0</a> section.
         </p>
       </subsection>
 

Modified: maven/maven-1/core/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/navigation.xml?view=diff&r1=160544&r2=160545
==============================================================================
--- maven/maven-1/core/trunk/xdocs/navigation.xml (original)
+++ maven/maven-1/core/trunk/xdocs/navigation.xml Fri Apr  8 05:07:27 2005
@@ -30,6 +30,7 @@
       <item name="SCM"                                 href="/scm/index.html" />
       <item name="Wagon"                               href="/wagon/index.html" /> -->
       <item name="Components"                          href="/project/components.html"/>
+      <item name="Maven 2.0"                           href="/maven2/index.html"/>
       <item name="PDF Documentation"                   href="/maven.pdf" img="/images/pdf.gif"/>
     </links>
 

Modified: maven/maven-1/core/trunk/xdocs/start/download.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/download.xml?view=diff&r1=160544&r2=160545
==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/download.xml (original)
+++ maven/maven-1/core/trunk/xdocs/start/download.xml Fri Apr  8 05:07:27 2005
@@ -74,6 +74,39 @@
         Maven is distributed under the <a href="../license.html">Apache License, version 2.0</a>.
       </p>
     </section>
+    <section name="Download Maven 2.0 Technology Preview">
+      <p>
+        A technology preview of the upcoming Maven 2.0 is also available. For more information and
+        installation instructions, see the <a href="/maven2/index.html">Maven 2.0</a> section.
+      </p>
+      <ul>
+        <li>
+          <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-1-bin.tar.bz2"><code>.tar.bz2</code> archive</a>
+          <span style="font-size: smaller">
+            (<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-1-bin.tar.bz2.md5">checksum</a>)
+            (<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-1-bin.tar.bz2.asc">PGP</a>)
+          </span>
+        </li>
+        <li>
+          <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-1-bin.tar.gz"><code>.tar.gz</code> archive</a>
+          <span style="font-size: smaller">
+            (<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-1-bin.tar.gz.md5">checksum</a>)
+            (<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-1-bin.tar.gz.asc">PGP</a>)
+          </span>
+        </li>
+        <li>
+          <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-1-bin.zip"><code>.zip</code> archive</a>
+          <span style="font-size: smaller">
+            (<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-1-bin.zip.md5">checksum</a>)
+            (<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-1-bin.zip.asc">PGP</a>)
+          </span>
+        </li>
+      </ul>
+      <p>
+        Maven 2.0 is distributed under the
+        <a href="http://maven.apache.org/license.html">Apache License, version 2.0</a>.
+      </p>
+    </section>
   </body>
 </document>
 



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