jvanzyl 2003/12/17 13:40:37
Added: xdoc/src/plugin-resources/templates downloads.xml
Log:
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.
Revision Changes Path
1.1 maven-plugins/xdoc/src/plugin-resources/templates/downloads.xml
Index: downloads.xml
===================================================================
<?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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]