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

34 lines
995 B
XML

<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="vmassol@octo.com">Vincent Massol</author>
</properties>
<body>
<release version="2.0" date="in CVS">
<action dev="vmassol" type="update">
Upgraded to Checkstyle 3.1.
</action>
<action dev="vmassol" type="update">
Updated documentation.
</action>
<action dev="vmassol" type="update">
Complete clean of the existing plugin.
</action>
</release>
<release version="1.1" date="2003-05-30">
<action dev="vmassol" type="add">
Added a new <code>maven.checkstyle.useFile</code> property.
If false, the checkstyle task will display violations on stdout.
If true, a text file will be created with the violations. Note:
this is in addition to the XML result file (containing the
violations in XML format) which is always created.
</action>
</release>
</body>
</document>