maven-plugins/pmd/xdocs/properties.xml

37 lines
888 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>PMD Plug-in Properties</title>
<author email="siegfried.goeschl@it20one.at">Siegfried Goeschl</author>
</properties>
<body>
<section name="PMD Plug-in Properties">
<table>
<tr>
<th>Property</th>
<th>Optional?</th>
<th>Description</th>
</tr>
<tr>
<td>maven.pmd.enable</td>
<td>No</td>
<td>
Enable/disable the PMD plugin. Has to be set to "true"
to enable the plugin
</td>
</tr>
<tr>
<td>maven.pmd.rulesetfiles</td>
<td>Yes</td>
<td>
Defines the rule to be used for running PMD. Is
already defined in the plugin
</td>
</tr>
</table>
</section>
</body>
</document>