Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit e57d5fc

Browse files
committed
added classical download.xml.vm
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1815639 13f79535-47bb-0310-9956-ffa450edef68
1 parent 170ff6a commit e57d5fc

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
<?xml version="1.0"?>
2+
3+
<!--
4+
Licensed to the Apache Software Foundation (ASF) under one
5+
or more contributor license agreements. See the NOTICE file
6+
distributed with this work for additional information
7+
regarding copyright ownership. The ASF licenses this file
8+
to you under the Apache License, Version 2.0 (the
9+
"License"); you may not use this file except in compliance
10+
with the License. You may obtain a copy of the License at
11+
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
Unless required by applicable law or agreed to in writing,
15+
software distributed under the License is distributed on an
16+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17+
KIND, either express or implied. See the License for the
18+
specific language governing permissions and limitations
19+
under the License.
20+
-->
21+
22+
<document>
23+
<properties>
24+
<title>Download ${project.name} Source</title>
25+
</properties>
26+
<body>
27+
<section name="Download ${project.name} ${project.version} Source">
28+
29+
<p>${project.name} ${project.version} is distributed in source format. Use a source archive if you intend to build
30+
${project.name} yourself. Otherwise, simply use the ready-made binary artifacts from central repository.</p>
31+
32+
<p>You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
33+
hours to reach all mirrors.<p/>
34+
35+
<p>In order to guard against corrupted downloads/installations, it is highly recommended to
36+
<a href="http://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a>
37+
of the release bundles against the public <a href="http://www.apache.org/dist/maven/KEYS">KEYS</a> used by the Apache Maven
38+
developers.</p>
39+
40+
<p>${project.name} is distributed under the <a href="http://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
41+
42+
<p></p>We <b>strongly</b> encourage our users to configure a Maven repository mirror closer to their location, please read <a href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.</p>
43+
44+
<a name="mirror"/>
45+
<subsection name="Mirror">
46+
47+
<p>
48+
[if-any logo]
49+
<a href="[link]">
50+
<img align="right" src="[logo]" border="0"
51+
alt="logo"/>
52+
</a>
53+
[end]
54+
The currently selected mirror is
55+
<b>[preferred]</b>.
56+
If you encounter a problem with this mirror,
57+
please select another mirror.
58+
If all mirrors are failing, there are
59+
<i>backup</i>
60+
mirrors
61+
(at the end of the mirrors list) that should be available.
62+
</p>
63+
64+
<form action="[location]" method="get" id="SelectMirror">
65+
Other mirrors:
66+
<select name="Preferred">
67+
[if-any http]
68+
[for http]
69+
<option value="[http]">[http]</option>
70+
[end]
71+
[end]
72+
[if-any ftp]
73+
[for ftp]
74+
<option value="[ftp]">[ftp]</option>
75+
[end]
76+
[end]
77+
[if-any backup]
78+
[for backup]
79+
<option value="[backup]">[backup] (backup)</option>
80+
[end]
81+
[end]
82+
</select>
83+
<input type="submit" value="Change"/>
84+
</form>
85+
86+
<p>
87+
You may also consult the
88+
<a href="http://www.apache.org/mirrors/">complete list of
89+
mirrors.</a>
90+
</p>
91+
92+
</subsection>
93+
94+
<subsection name="${project.name} ${project.version}">
95+
96+
<p>This is the current stable version of ${project.name}.</p>
97+
98+
<table>
99+
<thead>
100+
<tr>
101+
<th></th>
102+
<th>Link</th>
103+
<th>Checksum</th>
104+
<th>Signature</th>
105+
</tr>
106+
</thead>
107+
<tbody>
108+
<tr>
109+
<td>${project.name} ${project.version} (Source zip)</td>
110+
<td><a href="[preferred]maven/plugins/${project.artifactId}-${project.version}-source-release.zip">maven/plugins/${project.artifactId}-${project.version}-source-release.zip</a></td>
111+
<td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5</a></td>
112+
<td><a href="http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc">maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc</a></td>
113+
</tr>
114+
</tbody>
115+
</table>
116+
</subsection>
117+
118+
<subsection name="Previous Versions">
119+
120+
<p>Older non-recommended releases can be found on our <a href="http://archive.apache.org/dist/maven/plugins/">archive site</a>.</p>
121+
122+
</subsection>
123+
</section>
124+
</body>
125+
</document>
126+

0 commit comments

Comments
 (0)