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