git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114046 13f79535-47bb-0310-9956-ffa450edef68
84 lines
2.8 KiB
XML
84 lines
2.8 KiB
XML
<?xml version="1.0"?>
|
|
<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.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">
|
|
Make sure the report does not fail if PMD does not detect any
|
|
violation. Fixes bug
|
|
<a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-538">MAVEN-538</a>.
|
|
</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="in CVS">
|
|
<action dev="wdsgoe" type="update">
|
|
Updated to used PMD 1.0
|
|
</action>
|
|
</release>
|
|
|
|
</body>
|
|
</document>
|
|
|