updated site

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@291926 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-27 13:01:57 +00:00
parent a02d425122
commit 1ca5707247
5 changed files with 39 additions and 75 deletions

View File

@ -1,56 +1,38 @@
------ ------
Release Notes - Maven 2.0 Beta 1 Release Notes - Maven 2.0 Beta 2
------ ------
Brett Porter Brett Porter
------ ------
16 September 2005 27 September 2005
------ ------
The Apache Maven team are proud to announce the beta release of Maven 2.0. The Apache Maven team are proud to announce the second beta release of Maven 2.0.
Download it from {{http://maven.apache.org/maven2/download.html}} Download it from {{http://maven.apache.org/maven2/download.html}}
Maven is a software project management and comprehension tool. Based on the concept of a project object model Maven is a software project management and comprehension tool. Based on the concept of a project object model
(POM), Maven can manage a project's build, reporting and documentation from a central piece of information. (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
This release includes <<{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=11040} 206 bug fixes and enhancements}}>> This release includes <<{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=11861} a number of bug fixes and enhancements}}>> since the previous release on 16 September.
since the previous release on 26 June.
Maven 2.0 is a rewrite of the popular Maven application to achieve a number of goals, and to provide a stable Maven 2.0 is a rewrite of the popular Maven application to achieve a number of new goals, and to provide a stable
basis to take it into the future. basis to take it into the future.
The main new features in this release are: The main improvements in this release are:
* Further improved dependency management: full support for dependency ranges * Bug fixes in the reporting API to allow the clover plugin to work in more scenarios
* Reactor project aggregation support and summary * Bug fixes in the artifact collector for version ranges
* File system discovery of POMs and artifacts to reduce build time and use of local and remote repositories * Improvements to offline mode
* Repository metadata support
* System scope dependency support
* Eclipse compiler support, ability to fork compiler
* Ability to automatically bundle sources and javadoc with deployments
* Maven 1.x repository support
* Allow use of setters in mojos for field population
* Ability to separate snapshot repository
* Ability to set minimum Maven version requirement for projects and plugins
* Build extension support
* Bugfixes and enhancements
This release is considered stable with a feature set comparable to Maven 1.0. Further betas and the final are expected This release is considered stable with a feature set comparable to Maven 1.0. Further betas and the final are expected
to be backwards compatible, with a primary goal of bugfixes, usability improvements, and documentation. to be backwards compatible, with a primary goal of bugfixes, usability improvements, and documentation.
A large number of plugins will be released in the coming week to match the primary Maven 1.0 plugin set. The current roadmap is to make weekly beta releases to encourage faster turnaround for issues found by the
community.
This core release is independent of the plugins available. Further releases of plugins will be made separately.
See {{{http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix} Maven Plugin Matrix}} for more information. See {{{http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix} Maven Plugin Matrix}} for more information.
We hope you enjoy using Maven! If you have any questions, please consult: We hope you enjoy using Maven! If you have any questions, please consult:

View File

@ -39,7 +39,7 @@ Building a Site
The FML format is the FAQ format, also used in Maven 1.0. The FML format is the FAQ format, also used in Maven 1.0.
Other formats are available, but at this point these 3 are the best tested. There are also several possible output formats, Other formats are available, but at this point these 3 are the best tested. There are also several possible output formats,
but as of beta-1, only XHTML is available. but as of 2.0, only XHTML is available.
Note that all of the above is optional - just one index file is required in one of the input trees. Each of the paths will be merged Note that all of the above is optional - just one index file is required in one of the input trees. Each of the paths will be merged
together to form the root directory of the site. together to form the root directory of the site.

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 Beta 1"> <section name="Download Maven 2.0 Beta 2">
<p> <p>
Maven is distributed in several formats for your convenience. Maven is distributed in several formats for your convenience.
</p> </p>
@ -14,50 +14,50 @@
</p> </p>
<p> <p>
<b>IMPORTANT:</b> <b>IMPORTANT:</b>
Some plugins built for alpha-3 will not work with beta-1. If you are experiencing Some plugins built for alpha-3 will not work with beta-2. If you are experiencing
"plugin not found" or other messages, please try running the command with -U first to ensure you have the "plugin not found" or other messages, please try running the command with -U first to ensure you have the
latest version. latest version.
</p> </p>
<ul> <ul>
<li> <li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-1-bin.tar.bz2"> <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-2-bin.tar.bz2">
<code>.tar.bz2</code> <code>.tar.bz2</code>
archive 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-beta-1-bin.tar.bz2.md5">checksum</a> <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-2-bin.tar.bz2.md5">checksum</a>
) )
( (
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-1-bin.tar.bz2.asc">PGP</a> <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-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-beta-1-bin.tar.gz"> <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-2-bin.tar.gz">
<code>.tar.gz</code> <code>.tar.gz</code>
archive 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-beta-1-bin.tar.gz.md5">checksum</a> <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-2-bin.tar.gz.md5">checksum</a>
) )
( (
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-1-bin.tar.gz.asc">PGP</a> <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-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-beta-1-bin.zip"> <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-2-bin.zip">
<code>.zip</code> <code>.zip</code>
archive 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-beta-1-bin.zip.md5">checksum</a> <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-2-bin.zip.md5">checksum</a>
) )
( (
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-1-bin.zip.asc">PGP</a> <a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-2-bin.zip.asc">PGP</a>
) )
</span> </span>
</li> </li>
@ -72,16 +72,16 @@
</p> </p>
<ul> <ul>
<li> <li>
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-beta-1-dep.jar"> <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-beta-2-dep.jar">
<code>.jar</code> <code>.jar</code>
archive archive
</a> </a>
<span style="font-size: smaller"> <span style="font-size: smaller">
( (
<a href="http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-1-dep.jar.md5">checksum</a> <a href="http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-2-dep.jar.md5">checksum</a>
) )
( (
<a href="http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-1-dep.jar.asc">PGP</a> <a href="http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-2-dep.jar.asc">PGP</a>
) )
</span> </span>
</li> </li>
@ -126,10 +126,10 @@
<ol> <ol>
<li> <li>
Unzip Unzip
<code>maven-2.0-beta-1-bin.zip</code> <code>maven-2.0-beta-2-bin.zip</code>
to the directory you wish to install Maven 2.0. These instructions 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-beta-1</code> <code>C:\Program Files\Apache Software Foundation\maven-2.0-beta-2</code>
</li> </li>
<li> <li>
Add the Add the
@ -139,7 +139,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-beta-1\bin";%PATH%</code> <code>"C:\Program Files\Apache Software Foundation\maven-2.0-beta-2\bin";%PATH%</code>
</li> </li>
<li> <li>
In the same dialog, make sure that In the same dialog, make sure that
@ -160,16 +160,16 @@
<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-beta-1</code> <code>/usr/local/maven-2.0-beta-2</code>
. The directory . The directory
<code>maven-2.0-beta-1</code> <code>maven-2.0-beta-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> <code>bin</code>
directory to your path, eg. directory to your path, eg.
<code>export PATH=/usr/local/maven-2.0-beta-1/bin:$PATH</code> <code>export PATH=/usr/local/maven-2.0-beta-2/bin:$PATH</code>
</li> </li>
<li> <li>
Make sure that Make sure that

View File

@ -13,7 +13,7 @@
<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> </a>
Maven 2.0 Beta 1 Maven 2.0 Beta 2
<small>(1.1Mb)</small> <small>(1.1Mb)</small>
<br/> <br/>
</p> </p>

View File

@ -13,28 +13,10 @@
separate separate
release schedule so that new features can be obtained as they are ready and tested. release schedule so that new features can be obtained as they are ready and tested.
</p> </p>
<subsection name="Maven 2.0 beta 1"> <subsection name="Maven 2.0 beta 3">
<p> <p>
<i>Released:</i> <i>Released:</i>
16th September 2005 4 October 2005
</p>
<p>
<i>Aims and features:</i>
This is 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>Dependency version ranges</li>
<li>Reactor: aggregation support</li>
<li>Reactor: Filesystem POM discovery</li>
<li>Improved repository support</li>
<li>Bugfixes</li>
</ul>
</subsection>
<subsection name="Maven 2.0 beta 2">
<p>
<i>Expected Release:</i>
late-September 2005
</p> </p>
<p> <p>
<i>Aims and features:</i> <i>Aims and features:</i>
@ -45,10 +27,10 @@
<li>Cosmetic enhancements</li> <li>Cosmetic enhancements</li>
</ul> </ul>
</subsection> </subsection>
<subsection name="Maven 2.0 beta 3"> <subsection name="Maven 2.0 beta 4">
<p> <p>
<i>Expected Release:</i> <i>Expected Release:</i>
early-October 2005 11 October 2005
</p> </p>
<p> <p>
<i>Aims and features:</i> <i>Aims and features:</i>