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
------
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}}
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.
This release includes <<{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=11040} 206 bug fixes and enhancements}}>>
since the previous release on 26 June.
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.
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.
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
* 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
* Improvements to offline mode
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.
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.
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.
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
together to form the root directory of the site.

View File

@ -4,7 +4,7 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<section name="Download Maven 2.0 Beta 1">
<section name="Download Maven 2.0 Beta 2">
<p>
Maven is distributed in several formats for your convenience.
</p>
@ -14,50 +14,50 @@
</p>
<p>
<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
latest version.
</p>
<ul>
<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>
archive
</a>
<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>
</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>
archive
</a>
<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>
</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>
archive
</a>
<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>
</li>
@ -72,16 +72,16 @@
</p>
<ul>
<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>
archive
</a>
<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>
</li>
@ -126,10 +126,10 @@
<ol>
<li>
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
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>
Add the
@ -139,7 +139,7 @@
<code>PATH</code>
variable in the user variables.
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>
In the same dialog, make sure that
@ -160,16 +160,16 @@
<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-beta-1</code>
<code>/usr/local/maven-2.0-beta-2</code>
. The directory
<code>maven-2.0-beta-1</code>
<code>maven-2.0-beta-2</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-beta-1/bin:$PATH</code>
<code>export PATH=/usr/local/maven-2.0-beta-2/bin:$PATH</code>
</li>
<li>
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"/>
Download
</a>
Maven 2.0 Beta 1
Maven 2.0 Beta 2
<small>(1.1Mb)</small>
<br/>
</p>

View File

@ -13,28 +13,10 @@
separate
release schedule so that new features can be obtained as they are ready and tested.
</p>
<subsection name="Maven 2.0 beta 1">
<subsection name="Maven 2.0 beta 3">
<p>
<i>Released:</i>
16th September 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
4 October 2005
</p>
<p>
<i>Aims and features:</i>
@ -45,10 +27,10 @@
<li>Cosmetic enhancements</li>
</ul>
</subsection>
<subsection name="Maven 2.0 beta 3">
<subsection name="Maven 2.0 beta 4">
<p>
<i>Expected Release:</i>
early-October 2005
11 October 2005
</p>
<p>
<i>Aims and features:</i>