git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113946 13f79535-47bb-0310-9956-ffa450edef68
29 lines
728 B
XML
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>
|