Documentation update

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@370212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-01-18 18:50:36 +00:00
parent 94cb055de0
commit 6328abca7c

View File

@@ -3,19 +3,22 @@
<title>Plugin tags</title>
</properties>
<body>
<section name='Overview'>
<section name="Overview">
<p>The following tag libraries and tags are provided by this plugin.</p>
<ol>
<li><a href='#changelog_Tag_Library'>changelog</a>
<li><a href="#changelog_Tag_Library">changelog</a>
<ol>
<li><a href='#changelog_Tag'>changelog</a></li>
<li><a href="#changelog_Tag">changelog</a></li>
</ol>
</li>
</ol>
</section>
<section name='changelog Tag Library'>
<subsection name='changelog Tag'>
<p>No description</p>
<section name="changelog Tag Library">
<subsection name="changelog Tag">
<p>
See the <a href="properties.html">properties</a> page
for more details and default values.
</p>
<table>
<tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
<tr>
@@ -49,11 +52,31 @@
<td>Yes</td>
<td>The encoding used for the output file</td>
</tr>
<tr>
<td>type</td>
<td>Yes</td>
<td>The changelog type</td>
</tr>
<tr>
<td>range</td>
<td>Yes</td>
<td>The date range to use when generating the change log</td>
</tr>
<tr>
<td>date</td>
<td>Yes</td>
<td>The changelog date</td>
</tr>
<tr>
<td>tag</td>
<td>Yes</td>
<td>The changelog tag</td>
</tr>
<tr>
<td>quoteDate</td>
<td>Yes</td>
<td>Whether to quote date arguments</td>
</tr>
<tr>
<td>repositoryConnection</td>
<td>No</td>
@@ -64,6 +87,11 @@
<td>Yes</td>
<td>The date format in the changelog.</td>
</tr>
<tr>
<td>commentFormat</td>
<td>Yes</td>
<td>The comment format in the changelog.</td>
</tr>
</table>
</subsection>
</section>