git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115912 13f79535-47bb-0310-9956-ffa450edef68
80 lines
4.1 KiB
XML
80 lines
4.1 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>Changes</title>
|
|
<author email="siegfried.goeschl@it20one.at">Siegfried Goeschl</author>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
<body>
|
|
<release version="1.6" date="2004-07-30">
|
|
<action dev="dion" issue="MPPMD-10" type="update">Upgrade to pmd-1.9.</action>
|
|
<action dev="dion" issue="MPPMD-12" type="fix">Check sources are present before calling PMD.</action>
|
|
</release>
|
|
<release version="1.5" date="2004-06-28">
|
|
<action dev="brett" due-to="Joakim Erdfelt" issue="MPPMD-2" type="update">Upgrade to PMD 1.3, clean up and improve documentation.</action>
|
|
</release>
|
|
<release version="1.4" date="2004-05-15">
|
|
<action dev="brett" type="fix" issue="MPPMD-7">Create directories that exist under maven.build.dir before using them so it works after clean.</action>
|
|
<action dev="brett" type="fix">Fix usage of the maven.pmd.cpd.enable property so it is disabled when set to false (the default)</action>
|
|
</release>
|
|
<release version="1.3" date="2004-03-10">
|
|
<action dev="dion" type="fix" issue="MAVEN-1044">Allow multiple includes/excludes.</action>
|
|
<action dev="dion" type="update" issue="MAVEN-1008">Apply MAVEN-1008. Allow for custom rulesets in the classpath.</action>
|
|
<action dev="brett" type="add" issue="MPPMD-5" due-to="Morten Kvistgaard">Apply MPPMD-5. Add support for CPD report.</action>
|
|
</release>
|
|
<release version="1.2" date="2003-09-20">
|
|
<action dev="vmassol" type="update">Upgraded to use PMD 1.2.1.</action>
|
|
</release>
|
|
<release version="1.1" date="2003-08-30">
|
|
<action dev="epugh" type="add">Adding
|
|
<code>maven.pmd.includes</code>and
|
|
<code>maven.pmd.excludes</code>to match functionality in checkstyle plugin.
|
|
</action>
|
|
<action dev="dion" type="fix">Now respects
|
|
<code>pom.build.sourceModifications</code>.
|
|
</action>
|
|
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
|
|
<action dev="vmassol" type="fix" issue="MAVEN-538">Make sure the report does not fail if PMD does not detect any violation.</action>
|
|
</release>
|
|
<release version="1.0" date="2003-04-08">
|
|
<action dev="vmassol" type="update">Make the plugin work with Maven b9.</action>
|
|
<action dev="vmassol" type="add">Added support for PMD 1.04.</action>
|
|
<action dev="vmassol" type="update">Moved the PMD plugin from the
|
|
<link href="http://sourceforge.net/projects/maven-plugins">Maven-Plugins SF project</link>to the Maven project.
|
|
</action>
|
|
</release>
|
|
<release version="0.5" date="14-03-2003">
|
|
<action dev="mpoeschl" type="update">Updated to used PMD 1.03</action>
|
|
<action dev="mpoeschl" type="update">Updated to work for maven-1,0-beta8</action>
|
|
</release>
|
|
<release version="0.4" date="16-Jan-2003">
|
|
<action dev="wdsgoe" type="fix">PMD can be enabled/disabled by setting maven.pmd.enable</action>
|
|
<action dev="wdsgoe" type="fix">Upgraded to PMD 1.01 and removed the DVSLPath Tool since it is not longer needed</action>
|
|
<action dev="wdsgoe" type="fix">Added files for integration with the existing maven-plugin buikd</action>
|
|
<action dev="wdsgoe" type="fix">Tom Copeland fixed some stuff in the Jelly script</action>
|
|
</release>
|
|
<release version="0.3" date="Unknown">
|
|
<action dev="wdsgoe" type="update">Updated to used PMD 1.0</action>
|
|
</release>
|
|
</body>
|
|
</document>
|