update towards the alpha-3 release

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@193109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-23 08:18:22 +00:00
parent b4ece5dbe8
commit 8c444d3a76
3 changed files with 54 additions and 46 deletions

View File

@ -10,35 +10,41 @@
</bannerRight>
<body>
<links>
<item name="Apache" href="http://www.apache.org/" />
<item name="Apache" href="http://www.apache.org/"/>
<item name="Maven 1.0" href="http://maven.apache.org/"/>
<item name="Maven 2" href="http://maven.apache.org/maven2/"/>
</links>
<menu name="Maven 2.0">
<item name="Introduction" href="/index.html"/>
<menu name="Installing">
<item name="Download" href="/download.html"/>
<item name="Release Notes" href="/release-notes.html" />
<item name="Install" href="/download.html#installation"/>
<item name="Configuration" href="/configuration.html"/>
<item name="Release Notes" href="/release-notes.html"/>
</menu>
<menu name="About Maven 2.0">
<item name="Introduction" href="/index.html"/>
<item name="General Information" href="/about.html"/>
<item name="For Maven 1.0 Users" href="/maven1.html"/>
<item name="Road Map" href="/roadmap.html" />
<item name="Road Map" href="/roadmap.html"/>
</menu>
<menu name="User's Guide">
<item name="Getting Started" href="/getting-started.html"/>
<item name="Build Lifecycle" href="/lifecycle.html" />
<item name="Configuration" href="/configuration.html"/>
<item name="Build Lifecycle" href="/lifecycle.html"/>
<item name="Dependency Mechanism" href="/dependencies.html"/>
<item name="Creating a Site" href="/site.html"/>
</menu>
<menu name="Plugin Developers">
<item name="Developing Plugins" href="/developers/plugin-overview.html"/>
<item name="Developing Plugins with Marmalade" href="/developers/developing-plugins-with-marmalade.html"/>
<item name="Creating a Site" href="/site.html"/>
</menu>
<menu name="Reference">
<item name="Project Descriptor" href="/maven-model/maven.html"/>
<item name="Settings Descriptor" href="/maven-settings/settings.html"/>
<item name="Available Plugins" href="/plugins/index.html"/>
<item name="Mojo API" href="/developers/mojo-api-specification.html" />
<item name="Mojo API" href="/developers/mojo-api-specification.html"/>
<item name="Ant Tasks" href="/ant-tasks.html"/>
<item name="APT Reference" href="/apt-format.html"/>
<item name="APT Reference" href="/apt-format.html"/>
</menu>
${reports}
<menu name="Developers">

View File

@ -4,45 +4,46 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<section name="Download Maven 2.0 Alpha 2 Technology Preview">
<section name="Download Maven 2.0 Alpha 3 Technology Preview">
<p>
Maven is distributed in several formats for your convenience.
</p>
<p>
You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24 hours to reach all mirrors.
You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
hours to reach all mirrors.
</p>
<ul>
<li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-2-bin.tar.bz2">
<code>.tar.bz2</code> archive
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-3-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-2-bin.tar.bz2.md5">checksum</a>)
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-3-bin.tar.bz2.md5">checksum</a>)
(
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-2-bin.tar.bz2.asc">PGP</a>)
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-3-bin.tar.bz2.asc">PGP</a>)
</span>
</li>
<li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-2-bin.tar.gz">
<code>.tar.gz</code> archive
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-3-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-2-bin.tar.gz.md5">checksum</a>)
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-3-bin.tar.gz.md5">checksum</a>)
(
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-2-bin.tar.gz.asc">PGP</a>)
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-3-bin.tar.gz.asc">PGP</a>)
</span>
</li>
<li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-2-bin.zip">
<code>.zip</code> archive
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-3-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-2-bin.zip.md5">checksum</a>)
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-3-bin.zip.md5">checksum</a>)
(
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-2-bin.zip.asc">PGP</a>)
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-alpha-3-bin.zip.asc">PGP</a>)
</span>
</li>
</ul>
@ -50,18 +51,19 @@
<p>
Also available is a distribution suitable for use with Ant to use Maven 2.0's dependency
management (including transitive dependencies), repository and artifact deployment support.
See <a href="ant-tasks.html">Ant Tasks</a> for more information and installation instructions.
See
<a href="ant-tasks.html">Ant Tasks</a>for more information and installation instructions.
</p>
<ul>
<li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-alpha-2-dep.jar">
<code>.jar</code> archive
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-alpha-3-dep.jar">
<code>.jar</code>archive
</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-3-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>)
<a href="http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-alpha-3-dep.jar.asc">PGP</a>)
</span>
</li>
</ul>
@ -108,27 +110,27 @@
<ol>
<li>
Unzip
<code>maven-2.0-alpha-2-bin.zip</code> to the directory you wish to install Maven 2.0. These instructions
<code>maven-2.0-alpha-3-bin.zip</code>to the directory you wish to install Maven 2.0. These instructions
assume you chose
<code>C:\Program Files\Apache Software Foundation\maven-2.0-alpha-2</code>
<code>C:\Program Files\Apache Software Foundation\maven-2.0-alpha-3</code>
</li>
<li>
Add the
<code>bin</code> directory to your path, by opening up the system properties (WinKey + Pause),
<code>bin</code>directory to your path, by opening up the system properties (WinKey + Pause),
selecting the "Advanced" tab, and the "Environment Variables" button, then editing the
<code>PATH</code>
variable in the user variables.
eg.
<code>"C:\Program Files\Apache Software Foundation\maven-2.0-alpha-2\bin";%PATH%</code>
<code>"C:\Program Files\Apache Software Foundation\maven-2.0-alpha-3\bin";%PATH%</code>
</li>
<li>
In the same dialog, make sure that
<code>JAVA_HOME</code> is set to the location of your JDK, eg.
<code>JAVA_HOME</code>is set to the location of your JDK, eg.
<code>C:\Program Files\Java\jdk1.5.0_02</code>
</li>
<li>
Run
<code>m2 --version</code> to verify that it is correctly installed.
<code>m2 --version</code>to verify that it is correctly installed.
</li>
</ol>
<p style="font-weight: bold; font-size: larger">
@ -138,23 +140,23 @@
<li>
Extract the distribution archive to the directory you wish to install Maven 2.0. These instructions
assume you chose
<code>/usr/local/maven-2.0-alpha-2</code>. The directory
<code>maven-2.0-alpha-2</code>
<code>/usr/local/maven-2.0-alpha-3</code>. The directory
<code>maven-2.0-alpha-3</code>
will be created from the archive.
</li>
<li>
Add the
<code>bin</code> directory to your path, eg.
<code>export PATH=/usr/local/maven-2.0-alpha-2/bin:$PATH</code>
<code>bin</code>directory to your path, eg.
<code>export PATH=/usr/local/maven-2.0-alpha-3/bin:$PATH</code>
</li>
<li>
Make sure that
<code>JAVA_HOME</code> is set to the location of your JDK, eg.
<code>JAVA_HOME</code>is set to the location of your JDK, eg.
<code>export JAVA_HOME=/usr/java/jdk1.5.0_02</code>
</li>
<li>
Run
<code>m2 --version</code> to verify that it is correctly installed.
<code>m2 --version</code>to verify that it is correctly installed.
</li>
</ol>
</subsection>

View File

@ -27,25 +27,25 @@
<i>Expected Release:</i>mid-July 2005
</p>
<p>
<i>Aims and features:</i>This should be feature complete and mostly stable. There are expected to be
bug fixes and cosmetic changes, but no new major features beyond this release.
<i>Aims and features:</i>This will be feature complete and stable. There are expected to be
bug fixes and cosmetic changes, but no new major features after this release.
</p>
<ul>
<li>Plugins will be nearing their first final releases</li>
<li>Shared development environment support</li>
<li>Minor cosmetic features</li>
<li>Dependency version ranges</li>
<li>Bugfixes</li>
</ul>
</subsection>
<subsection name="Maven 2.0 Final">
<p>
<i>Expected Release:</i>early August 2005, following a release candidate
<i>Expected Release:</i>end of August 2005, following a release candidate
</p>
<p>
<i>Aims and features:</i>Final release, a suitable replacement for Maven 1.1 as the stable release for new
projects.
</p>
<ul>
<li>Documentation</li>
<li>Plugin releases</li>
<li>Bugfixes</li>
</ul>