mirror of
https://github.com/apache/maven.git
synced 2025-02-08 11:05:37 +00:00
update release notes, css and beta references
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@294983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
38a002fa1e
commit
41e9f46c10
82
maven-site/src/site/apt/download.apt
Normal file
82
maven-site/src/site/apt/download.apt
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
------
|
||||||
|
Download Maven 2.0
|
||||||
|
------
|
||||||
|
Brett Porter
|
||||||
|
------
|
||||||
|
4 October 2005
|
||||||
|
------
|
||||||
|
|
||||||
|
|
||||||
|
Download Maven 2.0 Beta 3
|
||||||
|
|
||||||
|
Maven is distributed in several formats for your convenience.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Maven 2.0 is distributed under the {{{http://maven.apache.org/license.html} Apache License, version 2.0}}.
|
||||||
|
|
||||||
|
* {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-3-bin.tar.bz2} <<<.tar.bz2>>> archive}}
|
||||||
|
({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.tar.bz2.md5} checksum}})
|
||||||
|
({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.tar.bz2.asc} signature}})
|
||||||
|
|
||||||
|
* {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-3-bin.tar.gz} <<<.tar.gz>>> archive}}
|
||||||
|
({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.tar.gz.md5} checksum}})
|
||||||
|
({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.tar.gz.asc} signature}})
|
||||||
|
|
||||||
|
* {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-3-bin.zip} <<<.zip>>> archive}}
|
||||||
|
({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.zip.md5} checksum}})
|
||||||
|
({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.zip.asc} signature}})
|
||||||
|
|
||||||
|
* {Ant Tasks}
|
||||||
|
|
||||||
|
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 {{{ant-tasks.html} Ant Tasks}} for more information and installation instructions.
|
||||||
|
|
||||||
|
* {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-beta-3-dep.jar} <<<.jar>>> archive}}
|
||||||
|
({{{http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-3-dep.jar.md5} checksum}})
|
||||||
|
({{{http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-3-dep.jar.asc} signature}})
|
||||||
|
|
||||||
|
* System {Requirements}
|
||||||
|
|
||||||
|
*----------------------+---------------------------------------------------------------------------------------------+
|
||||||
|
| <<JDK>> | 1.4 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's)
|
||||||
|
*----------------------+---------------------------------------------------------------------------------------------+
|
||||||
|
| <<Memory>> | No minimum requirement
|
||||||
|
*----------------------+---------------------------------------------------------------------------------------------+
|
||||||
|
| <<Disk>> | No minimum requirement. Approximately 100MB will be used for your local repository, however this will vary depending on usage and can be removed and redownloaded at any time.
|
||||||
|
*----------------------+---------------------------------------------------------------------------------------------+
|
||||||
|
| <<Operating System>> | No minimum requirement. On Windows, Windows NT and above or Cygwin is required for the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
|
||||||
|
*----------------------+---------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
|
* {Installation} Instructions
|
||||||
|
|
||||||
|
** Windows 2000/XP
|
||||||
|
|
||||||
|
[[1]] Unzip <<<maven-2.0-beta-3-bin.zip>>> to the directory you wish to install Maven 2.0. These instructions
|
||||||
|
assume you chose <<<C:\Program Files\Apache Software Foundation\maven-2.0-beta-3>>>
|
||||||
|
|
||||||
|
[[2]] Add the <<<bin>>> directory to your path, by opening up the system properties (WinKey + Pause),
|
||||||
|
selecting the "Advanced" tab, and the "Environment Variables" button, then editing the <<<PATH>>>
|
||||||
|
variable in the user variables. eg.
|
||||||
|
<<<"C:\Program Files\Apache Software Foundation\maven-2.0-beta-3\bin";%PATH%>>>
|
||||||
|
|
||||||
|
[[3]] In the same dialog, make sure that <<<JAVA_HOME>>> is set to the location of your JDK,
|
||||||
|
eg. <<<C:\Program Files\Java\jdk1.5.0_02>>>
|
||||||
|
|
||||||
|
[[4]] Run <<<m2 --version>>> to verify that it is correctly installed.
|
||||||
|
|
||||||
|
** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
|
||||||
|
|
||||||
|
[[1]] Extract the distribution archive to the directory you wish to install Maven 2.0. These instructions
|
||||||
|
assume you chose <<</usr/local/maven-2.0-beta-3>>>. The directory <<<maven-2.0-beta-3>>> will be created from
|
||||||
|
the archive.
|
||||||
|
|
||||||
|
[[2]] Add the <<<bin>>> directory to your path, eg. <<<export PATH=/usr/local/maven-2.0-beta-3/bin:$PATH>>>
|
||||||
|
|
||||||
|
[[3]] Make sure that <<<JAVA_HOME>>> is set to the location of your JDK, eg.
|
||||||
|
<<<export JAVA_HOME=/usr/java/jdk1.5.0_02>>>
|
||||||
|
|
||||||
|
[[4]] Run <<<m2 --version>>> to verify that it is correctly installed.
|
||||||
|
|
@ -1,36 +1,40 @@
|
|||||||
------
|
------
|
||||||
Release Notes - Maven 2.0 Beta 2
|
Release Notes - Maven 2.0 Beta 3
|
||||||
------
|
------
|
||||||
Brett Porter
|
Brett Porter
|
||||||
------
|
------
|
||||||
27 September 2005
|
4 October 2005
|
||||||
------
|
------
|
||||||
|
|
||||||
The Apache Maven team are proud to announce the second beta release of Maven 2.0.
|
The Apache Maven team are proud to announce the third 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=11861} a number of bug fixes and enhancements}}>> since the previous release on 16 September.
|
This release includes <<{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=12015} a number of bug fixes and improvements}}>> since the previous release on 27 September.
|
||||||
|
|
||||||
Maven 2.0 is a rewrite of the popular Maven application to achieve a number of new 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 improvements in this release are:
|
Also now available are beta versions of the following plugins from our friends at the mojo.codehaus.org project:
|
||||||
|
|
||||||
* Bug fixes in the reporting API to allow the clover plugin to work in more scenarios
|
* Changelog
|
||||||
|
|
||||||
* Bug fixes in the artifact collector for version ranges
|
* Changes (including JIRA and Announcement)
|
||||||
|
|
||||||
* Improvements to offline mode
|
* XMLBeans
|
||||||
|
|
||||||
This release is considered stable with a feature set comparable to Maven 1.0. Further betas and the final are expected
|
* Taglist (formerly tasklist)
|
||||||
to be backwards compatible, with a primary goal of bugfixes, usability improvements, and documentation.
|
|
||||||
|
|
||||||
The current roadmap is to make weekly beta releases to encourage faster turnaround for issues found by the
|
* JXR
|
||||||
community.
|
|
||||||
|
* Surefire Report (formerly junit report)
|
||||||
|
|
||||||
|
This release is considered stable with a feature set that encompasses and supersedes Maven 1.0.
|
||||||
|
The final release is expected to be backwards compatible, with a primary goal of bugfixes, usability improvements,
|
||||||
|
and documentation.
|
||||||
|
|
||||||
This core release is independent of the plugins available. Further releases of plugins will be made separately.
|
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.
|
||||||
|
@ -46,7 +46,6 @@ div.clear hr{
|
|||||||
float:left;
|
float:left;
|
||||||
color: #666;
|
color: #666;
|
||||||
text-shadow: #7CFC00;
|
text-shadow: #7CFC00;
|
||||||
|
|
||||||
}
|
}
|
||||||
.xright, #bannerRight img, #bannerRight span{
|
.xright, #bannerRight img, #bannerRight span{
|
||||||
float:right;
|
float:right;
|
||||||
@ -191,6 +190,6 @@ div.clear hr{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.subsection p {
|
.subsection p {
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8,11 +8,11 @@ body {
|
|||||||
}
|
}
|
||||||
td, select, input, li{
|
td, select, input, li{
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color:#333333;
|
color:#333333;
|
||||||
}
|
}
|
||||||
code{
|
code{
|
||||||
font-size: 13px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -58,7 +58,7 @@ h3 {
|
|||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
#breadcrumbs {
|
#breadcrumbs {
|
||||||
@ -99,7 +99,7 @@ table.bodyTable th {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.bodyTable th, table.bodyTable td {
|
table.bodyTable th, table.bodyTable td {
|
||||||
font-size: 1em;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.bodyTable tr.a {
|
table.bodyTable tr.a {
|
||||||
|
@ -1,191 +0,0 @@
|
|||||||
<document>
|
|
||||||
<properties>
|
|
||||||
<title>Download Maven 2.0</title>
|
|
||||||
<author email="brett@apache.org">Brett Porter</author>
|
|
||||||
</properties>
|
|
||||||
<body>
|
|
||||||
<section name="Download Maven 2.0 Beta 2">
|
|
||||||
<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.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<b>IMPORTANT:</b>
|
|
||||||
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. In particular, the site plugin required a change between beta-1 and beta-2 and must be
|
|
||||||
upgraded.
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<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-2-bin.tar.bz2.md5">checksum</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-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-2-bin.tar.gz.md5">checksum</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-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-2-bin.zip.md5">checksum</a>
|
|
||||||
)
|
|
||||||
(
|
|
||||||
<a href="http://www.apache.org/dist/maven/binaries/maven-2.0-beta-2-bin.zip.asc">PGP</a>
|
|
||||||
)
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a name="ant"></a>
|
|
||||||
<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.
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<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-2-dep.jar.md5">checksum</a>
|
|
||||||
)
|
|
||||||
(
|
|
||||||
<a href="http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-2-dep.jar.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>
|
|
||||||
<a name="requirements"/>
|
|
||||||
<subsection name="System Requirements">
|
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<th>JDK</th>
|
|
||||||
<td>1.4 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's)</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>Memory</th>
|
|
||||||
<td>No minimum requirement</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>Disk Space</th>
|
|
||||||
<td>
|
|
||||||
No minimum requirement. Approximately 100MB will be used for your local repository, however this will
|
|
||||||
vary depending on usage and can be removed and redownloaded at any time.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<th>Operating System</th>
|
|
||||||
<td>
|
|
||||||
No minimum requirement. On Windows, Windows NT and above or Cygwin is required for the startup scripts.
|
|
||||||
Tested on Windows XP, Fedora Core and Mac OS X.
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</subsection>
|
|
||||||
<a name="installation"/>
|
|
||||||
<subsection name="Installation Instructions">
|
|
||||||
<p style="font-weight: bold; font-size: larger">
|
|
||||||
Windows 2000/XP
|
|
||||||
</p>
|
|
||||||
<ol>
|
|
||||||
<li>
|
|
||||||
Unzip
|
|
||||||
<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-2</code>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Add the
|
|
||||||
<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-beta-2\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>C:\Program Files\Java\jdk1.5.0_02</code>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Run
|
|
||||||
<code>m2 --version</code>
|
|
||||||
to verify that it is correctly installed.
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
<p style="font-weight: bold; font-size: larger">
|
|
||||||
Unix-based Operating Systems (Linux, Solaris and Mac OS X)
|
|
||||||
</p>
|
|
||||||
<ol>
|
|
||||||
<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-2</code>
|
|
||||||
. The directory
|
|
||||||
<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-2/bin:$PATH</code>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Make sure that
|
|
||||||
<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.
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</subsection>
|
|
||||||
</section>
|
|
||||||
</body>
|
|
||||||
</document>
|
|
||||||
|
|
@ -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 2
|
Maven 2.0 Beta 3
|
||||||
<small>(1.1Mb)</small>
|
<small>(1.1Mb)</small>
|
||||||
<br/>
|
<br/>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user