o little template for an automatically created download page. This is going

to require an addition to the POM of a distributionUrl for end-users.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114490 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl
2003-12-17 21:40:37 +00:00
parent d40ab72564
commit d00ca6578d

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="$encoding" ?>
<document>
<!--
| Looks like for sanity we most likely must provide a distribution URL as
| the distributionSite and distributionDirectory don't map to anything
| useful from the web.
-->
<properties>
<title>Downloads</title>
</properties>
<body>
<section name="Downloads">
<p>
#set ($url = $escape.getText($project.distributionUrl))
<a href="$url">$url</a>
</p>
</section>
</body>
</document>