2003-09-03 12:24:48 +00:00

29 lines
728 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>Maven JUnitDoclet Plugin Properties</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<section name="Maven JUnitDoclet Plugin Settings">
<table>
<tr>
<th>Property name</th>
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<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>
</body>
</document>