Add documentation.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113946 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2003-09-03 12:24:48 +00:00
parent 254cb9055e
commit bbd97f70ce
3 changed files with 12 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-junit-doclet-plugin</id>
<name>Maven JUnitDoclet Plug-in</name>
<currentVersion>1.0</currentVersion>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<description>A plugin to generate test cases use JUnitDoclet</description>
<shortDescription>JUnitDoclet test generator</shortDescription>
<url>http://maven.apache.org/reference/plugins/junitdoclet/</url>

View File

@ -6,6 +6,11 @@
</properties>
<body>
<release version="1.1" date="In CVS">
<action dev="evenisse" type="add">
Add documentation.
</action>
</release>
<release version="1.0" date="2002-08-04">
<action dev="jvanzyl" type="add">
Original release for Maven 1.0-beta8

View File

@ -15,9 +15,12 @@
<th>Description</th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td>maven.junitdoclet.outputDirectory</td>
<td>Yes</td>
<td>
Specifies the location of the generated files.
The default value is <code>${maven.build.dir}/junitdoclet</code>.
</td>
</tr>
</table>
</section>