/[Apache-SVN]/maven/maven-1/core/trunk/xdocs/start/download.xml
ViewVC logotype

Contents of /maven/maven-1/core/trunk/xdocs/start/download.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 427579 - (show annotations)
Tue Aug 1 13:42:42 2006 UTC (3 years, 3 months ago) by ltheussl
File MIME type: text/xml
File size: 5832 byte(s)
Prepare site for beta-3 release.
1 <?xml version="1.0"?>
2 <!--
3 /*
4 * Copyright 2001-2004 The Apache Software Foundation.
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18 -->
19
20 <document>
21
22 <properties>
23 <title>Download</title>
24 <author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
25 <author email="brett@apache.org">Brett Porter</author>
26 </properties>
27
28 <head>
29 <style type="text/css"><![CDATA[
30 #bodyColumn a.externalLink { background : none; padding-right: 0px }
31 ]]></style>
32 </head>
33
34 <body>
35 <section name="Download Maven 1.x">
36 <p>
37 Maven is currently distributed in several formats for your convenience. For instructions on
38 how to install maven, see the <a href="install.html">Installation Instructions</a>.
39 You can find both these and older releases <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/">here</a>.
40 </p>
41 <subsection name="Latest Stable Release: Download Maven 1.0.2">
42
43 <p>
44 Please read the <a href="release-notes-LATEST.html">Release Notes</a>.
45 </p>
46
47 <p>
48 The current release is 1.0.2. Below are the links to the latest release in various formats.
49 See also the list of available updates below the main download list.
50 </p>
51
52 <ul>
53 <li>
54 <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.2.exe">Windows Installer</a>
55 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.0.2.exe.md5">checksum</a>)
56 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.0.2.exe.asc">PGP</a>)
57 </li>
58 <li>
59 <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.2.tar.bz2">.tar.bz2 archive</a>
60 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.0.2.tar.bz2.md5">checksum</a>)
61 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.0.2.tar.bz2.asc">PGP</a>)
62 </li>
63 <li>
64 <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.2.tar.gz">.tar.gz archive</a>
65 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.0.2.tar.gz.md5">checksum</a>)
66 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.0.2.tar.gz.asc">PGP</a>)
67 </li>
68 <li>
69 <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0.2.zip">.zip archive</a>
70 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.0.2.zip.md5">checksum</a>)
71 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.0.2.zip.asc">PGP</a>)
72 </li>
73 </ul>
74
75 <p>
76 Maven is distributed under the <a href="../license.html">Apache License, version 2.0</a>.
77 </p>
78 </subsection>
79 <subsection name="Testing Releases: Download Maven 1.1 Beta 3">
80 <p>
81 Please read the <a href="release-notes-1.1-beta-3.html">Release Notes</a>. In particular, note that
82 you <b>must adjust your path</b> when installing side by side with Maven 1.0.2.
83 </p>
84
85 <ul>
86 <li>
87 <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1-beta-3.exe">Windows Installer</a>
88 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.1-beta-3.exe.md5">checksum</a>)
89 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.1-beta-3.exe.asc">PGP</a>)
90 </li>
91 <li>
92 <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1-beta-3.tar.bz2">.tar.bz2 archive</a>
93 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.1-beta-3.tar.bz2.md5">checksum</a>)
94 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.1-beta-3.tar.bz2.asc">PGP</a>)
95 </li>
96 <li>
97 <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1-beta-3.tar.gz">.tar.gz archive</a>
98 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.1-beta-3.tar.gz.md5">checksum</a>)
99 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.1-beta-3.tar.gz.asc">PGP</a>)
100 </li>
101 <li>
102 <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.1-beta-3.zip">.zip archive</a>
103 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.1-beta-3.zip.md5">checksum</a>)
104 (<a href="http://www.apache.org/dist/maven/binaries/maven-1.1-beta-3.zip.asc">PGP</a>)
105 </li>
106 </ul>
107 </subsection>
108 <subsection name="Plugins for Maven 1.x">
109 <p>
110 The following plugins have been released since the last stable release (Maven 1.0.2), and can be downloaded
111 manually: <a href="http://maven.apache.org/maven-1.x/plugins/bundled/multichanges-report.html">plugin releases</a>.
112 See the main <a href="http://maven.apache.org/maven-1.x/plugins/">plugins</a> page for other plugins.
113 </p>
114 </subsection>
115 </section>
116
117 <section name="Maven 2.0">
118 <p>
119 Maven 2.0 is the current stable release of Maven. For more information and
120 installation instructions, see the <a href="http://maven.apache.org/download.html">Maven 2.0</a> section.
121 </p>
122 </section>
123
124 </body>
125 </document>

Properties

Name Value
cvs2svn:cvs-rev 1.27
svn:eol-style native
svn:keywords Author Date Id Revision

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2