82 lines
5.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Checkstyle plugin changes</title>
<author email="vmassol@apache.org">Vincent Massol</author>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="3.0-SNAPSHOT" date="in SVN">
<action dev="carlos" type="update">Added maven.checkstyle.dir and move output files there.</action>
<action dev="carlos" type="add">Added properties maven.checkstyle.output.xml and maven.checkstyle.output.txt</action>
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
<action dev="aheritier" type="update">It requires at least maven-xdoc-plugin v1.10.</action>
<action dev="aheritier" type="update" issue="MPCHECKSTYLE-39">The checkstyle plugin use the maven.xdoc.locale.default to generate the report.</action>
<action dev="carlos" type="add" issue="MPCHECKSTYLE-30">Ability to check test sources using property maven.checkstyle.check.tests</action>
<action dev="carlos" type="add">Generate reports filtered by severity</action>
<action dev="carlos" type="update">Support for Java5</action>
<action dev="carlos" type="update">Upgraded to checkstyle 4.0</action>
<action dev="carlos" type="fix" issue="MPCHECKSTYLE-29">Fixed MemberName rule in Turbine checkstyle rules</action>
</release>
<release version="2.5" date="2004-10-12">
<action dev="vmassol" type="add">Added new
<code>maven.checkstyle.suppressions.file</code>property.
</action>
<action dev="vmassol" type="add">Added generation of a Checkstyle RSS feed.</action>
<action dev="aheritier" type="fix" issue="MPCHECKSTYLE-21">Fix : Build failed if target directory and License file didn't exist.</action>
</release>
<release version="2.4.1" date="2004-05-18">
<action dev="brett" type="fix">Fix checks built into plugin when not run on Windows.</action>
</release>
<release version="2.4" date="2004-05-15">
<action dev="evenisse" type="update" issue="MPCHECKSTYLE-7">Allow Checkstyle plugin to access checks file from a URL.</action>
<action dev="vmassol" type="update">Upgraded to Checkstyle 3.4.</action>
</release>
<release version="2.3" date="2004-03-11">
<action dev="dion" type="fix" issue="MPCHECKSTYLE-15">Applied MPCHECKSTYLE-15.</action>
<action dev="vmassol" type="update">Upgraded to Checkstyle 3.3.</action>
</release>
<release version="2.2" date="2003-12-22">
<action dev="vmassol" type="fix" issue="MPCHECKSTYLE-2" due-to="Henri Tremblay">The Checkstyle HTML report now provides information on severity.</action>
<action dev="vmassol" type="fix">Prevent projects who do not use the head check from failing if they don't provide a license file.</action>
<action dev="vmassol" type="update">Upgraded to Checkstyle 3.2.</action>
</release>
<release version="2.1" date="Unknown"/>
<release version="2.0" date="2003-09-01">
<action dev="dion" type="fix" issue="MPCHECKSTYLE-3">Added ignoreLines 1, 6.</action>
<action dev="dion" type="update">Update to use maven.docs.*/maven.gen.docs</action>
<action dev="dion" type="fix">Add maven dependency and classes directory to classpath. This stops 'Unable to get class information for '&lt;classname&gt;' errors.</action>
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
<action dev="evenisse" type="fix" issue="MPCHANGELOG-9">I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.</action>
<action dev="evenisse" type="fix" issue="MPCHECKSTYLE-1"/>
<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>