vmassol 5ca66c564b - Upgraded to support Checkstyle 3.1 and bumped version to 2.0-SNAPSHOT
- Cleaned the plugin goals and logic
- Cleaned and updated the documentation


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113453 13f79535-47bb-0310-9956-ffa450edef68
2003-05-30 13:13:26 +00:00

33 lines
867 B
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Maven Checkstyle Plug-in Goals</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<section name="Goals">
<table>
<tr><th>Goal</th><th>Description</th></tr>
<tr>
<td>checkstyle</td>
<td>
This is the default goal of the plugin. It simply calls the
<code>checkstyle:report</code> goal.
</td>
</tr>
<tr>
<td>checkstyle:report</td>
<td>
Generates an xml report from the source code showing how well the
code conforms to the
<a href="http://checkstyle.sourceforge.net">Checkstyle</a>
definitions defined by the project.
</td>
</tr>
</table>
</section>
</body>
</document>