site updates for alpha-2

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-13 10:25:49 +00:00
parent 2f950bb514
commit 5338e97680
4 changed files with 28 additions and 21 deletions

View File

@ -2,13 +2,12 @@
<parent> <parent>
<artifactId>maven</artifactId> <artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<version>2.0-SNAPSHOT</version> <version>2.0-alpha-2</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>maven-site</artifactId> <artifactId>maven-site</artifactId>
<name>Maven</name> <name>Maven</name>
<url>http://maven.apache.org/maven2</url> <url>http://maven.apache.org/maven2</url>
<version>2.0-SNAPSHOT</version>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
<distributionManagement> <distributionManagement>
<site> <site>

View File

@ -26,12 +26,14 @@
<item name="Getting Started" href="getting-started.html"/> <item name="Getting Started" href="getting-started.html"/>
<item name="Configuration" href="configuration.html"/> <item name="Configuration" href="configuration.html"/>
<item name="Dependency Mechanism" href="dependencies.html"/> <item name="Dependency Mechanism" href="dependencies.html"/>
<item name="Developing Plugins" href="developers/plugin-overview.html"/>
<item name="Developing Plugins with Marmalade" href="developers/developing-plugins-with-marmalade.html"/> <item name="Developing Plugins with Marmalade" href="developers/developing-plugins-with-marmalade.html"/>
</menu> </menu>
<menu name="Reference"> <menu name="Reference">
<item name="Project Descriptor" href="project-descriptor.html"/> <item name="Project Descriptor" href="project-descriptor.html"/>
<item name="Settings Descriptor" href="settings-descriptor.html"/> <item name="Settings Descriptor" href="settings-descriptor.html"/>
<item name="Available Plugins" href="plugin-list.html"/> <item name="Available Plugins" href="plugin-list.html"/>
<item name="Mojo API" href="developers/mojo-specification-api.html" />
<item name="Ant Tasks" href="ant-tasks.html"/> <item name="Ant Tasks" href="ant-tasks.html"/>
</menu> </menu>
<menu name="Developers"> <menu name="Developers">

View File

@ -4,7 +4,7 @@
<author email="brett@apache.org">Brett Porter</author> <author email="brett@apache.org">Brett Porter</author>
</properties> </properties>
<body> <body>
<section name="Download Maven 2.0 Technology Preview"> <section name="Download Maven 2.0 Alpha 2 Technology Preview">
<p> <p>
Maven is distributed in several formats for your convenience. Maven is distributed in several formats for your convenience.
</p> </p>
@ -13,36 +13,36 @@
</p> </p>
<ul> <ul>
<li> <li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-1-bin.tar.bz2"> <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-2-bin.tar.bz2">
<code>.tar.bz2</code> archive <code>.tar.bz2</code> archive
</a> </a>
<span style="font-size: smaller"> <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-2-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>) <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-2-bin.tar.bz2.asc">PGP</a>)
</span> </span>
</li> </li>
<li> <li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-1-bin.tar.gz"> <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-2-bin.tar.gz">
<code>.tar.gz</code> archive <code>.tar.gz</code> archive
</a> </a>
<span style="font-size: smaller"> <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-2-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>) <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-2-bin.tar.gz.asc">PGP</a>)
</span> </span>
</li> </li>
<li> <li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-1-bin.zip"> <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-2-bin.zip">
<code>.zip</code> archive <code>.zip</code> archive
</a> </a>
<span style="font-size: smaller"> <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-2-bin.zip.md5">checksum</a>)
( (
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-1-bin.zip.asc">PGP</a>) <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-2-bin.zip.asc">PGP</a>)
</span> </span>
</li> </li>
</ul> </ul>
@ -54,9 +54,15 @@
</p> </p>
<ul> <ul>
<li> <li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-alpha-1-dep.jar"> <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-alpha-2-dep.jar">
<code>.jar</code> archive <code>.jar</code> archive
</a> </a>
<span style="font-size: smaller">
(
<a href="http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-alpha-2-dep.jar.md5">checksum</a>)
(
<a href="http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-alpha-2-dep.jar.asc">PGP</a>)
</span>
</li> </li>
</ul> </ul>
<p> <p>
@ -102,9 +108,9 @@
<ol> <ol>
<li> <li>
Unzip Unzip
<code>maven-2.0-alpha-1-bin.zip</code> to the directory you wish to install Maven 2.0. These instructions <code>maven-2.0-alpha-2-bin.zip</code> to the directory you wish to install Maven 2.0. These instructions
assume you chose assume you chose
<code>C:\Program Files\Apache Software Foundation\maven-2.0-alpha-1</code> <code>C:\Program Files\Apache Software Foundation\maven-2.0-alpha-2</code>
</li> </li>
<li> <li>
Add the Add the
@ -113,7 +119,7 @@
<code>PATH</code> <code>PATH</code>
variable in the user variables. variable in the user variables.
eg. eg.
<code>"C:\Program Files\Apache Software Foundation\maven-2.0-alpha-1\bin";%PATH%</code> <code>"C:\Program Files\Apache Software Foundation\maven-2.0-alpha-2\bin";%PATH%</code>
</li> </li>
<li> <li>
In the same dialog, make sure that In the same dialog, make sure that
@ -132,14 +138,14 @@
<li> <li>
Extract the distribution archive to the directory you wish to install Maven 2.0. These instructions Extract the distribution archive to the directory you wish to install Maven 2.0. These instructions
assume you chose assume you chose
<code>/usr/local/maven-2.0-alpha-1</code>. The directory <code>/usr/local/maven-2.0-alpha-2</code>. The directory
<code>maven-2.0-alpha-1</code> <code>maven-2.0-alpha-2</code>
will be created from the archive. will be created from the archive.
</li> </li>
<li> <li>
Add the Add the
<code>bin</code> directory to your path, eg. <code>bin</code> directory to your path, eg.
<code>export PATH=/usr/local/maven-2.0-alpha-1/bin:$PATH</code> <code>export PATH=/usr/local/maven-2.0-alpha-2/bin:$PATH</code>
</li> </li>
<li> <li>
Make sure that Make sure that

View File

@ -12,8 +12,8 @@
<a href="download.html"> <a href="download.html">
<img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/> <img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
Download Download
</a> Maven 2.0 Alpha 1 </a> Maven 2.0 Alpha 2
<small>(685K)</small> <small>(1Mb)</small>
<br/> <br/>
</p> </p>
<ul> <ul>