git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114295 13f79535-47bb-0310-9956-ffa450edef68
21 lines
532 B
XML
21 lines
532 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Maven CheckStyle Plug-in</title>
|
|
<author email="jason@zenplex.com">Jason van Zyl</author>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Maven CheckStyle Plugin">
|
|
<p>
|
|
This plugin generates a nicely formatted
|
|
<a href="http://checkstyle.sourceforge.net">Checkstyle</a> report so
|
|
code violations can be easily found and corrected.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
|
|
</document>
|