Author: ltheussl Date: Wed Jan 18 10:50:36 2006 New Revision: 370212 URL: http://svn.apache.org/viewcvs?rev=370212&view=rev Log: Documentation update
Modified: maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml Modified: maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml?rev=370212&r1=370211&r2=370212&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml (original) +++ maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml Wed Jan 18 10:50:36 2006 @@ -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> @@ -50,11 +53,31 @@ <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> <td>The SCM repository connection details</td> @@ -63,6 +86,11 @@ <td>dateFormat</td> <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>