git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-07-26 02:42:53 +00:00
parent 01a2c6c033
commit 45e4476eef

71
changelog/xdocs/tags.xml Normal file
View File

@ -0,0 +1,71 @@
<document>
<properties>
<title>Plugin tags</title>
</properties>
<body>
<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>
<ol>
<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>
<table>
<tr><th>Attribute</th><th>Optional?</th><th>Description</th></tr>
<tr>
<td>basedir</td>
<td>Yes</td>
<td>Specifies the basedir for changelog execution.</td>
</tr>
<tr>
<td>developers</td>
<td>Yes</td>
<td>
The list of developers on the project to match against the
changelog
</td>
</tr>
<tr>
<td>factory</td>
<td>Yes</td>
<td>
The class that creates the ChangeLogGenerator and >ChangeLogParser
pair required to create the change log.
</td>
</tr>
<tr>
<td>output</td>
<td>No</td>
<td>The output file for the changelog</td>
</tr>
<tr>
<td>outputEncoding</td>
<td>Yes</td>
<td>The encoding used for the output file</td>
</tr>
<tr>
<td>range</td>
<td>Yes</td>
<td>The date range to use when generating the change log</td>
</tr>
<tr>
<td>repositoryConnection</td>
<td>No</td>
<td>The SCM repository connectionn details</td>
</tr>
<tr>
<td>dateFormat</td>
<td>Yes</td>
<td>The date format in the changelog.</td>
</tr>
</table>
</subsection>
</section>
</body>
</document>