[maven-scm-plugin] prepare release 1.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3dcac905b1
commit
8967dbfbc9
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -17,13 +18,12 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../project.xml</extend>
|
<extend>../project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-pmd-plugin</id>
|
<id>maven-pmd-plugin</id>
|
||||||
<name>Maven PMD Plug-in</name>
|
<name>Maven PMD Plug-in</name>
|
||||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
<currentVersion>1.3</currentVersion>
|
||||||
<description>This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer.</description>
|
<description>This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer.</description>
|
||||||
<shortDescription>Maven Plugin for PMD</shortDescription>
|
<shortDescription>Maven Plugin for PMD</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/pmd/</url>
|
<url>http://maven.apache.org/reference/plugins/pmd/</url>
|
||||||
@ -49,6 +49,11 @@
|
|||||||
<name>1.2</name>
|
<name>1.2</name>
|
||||||
<tag>MAVEN_PMD_1_2</tag>
|
<tag>MAVEN_PMD_1_2</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.3</id>
|
||||||
|
<name>1.3</name>
|
||||||
|
<tag>MAVEN_PMD_1_3</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -23,91 +24,47 @@
|
|||||||
<author email="siegfried.goeschl@it20one.at">Siegfried Goeschl</author>
|
<author email="siegfried.goeschl@it20one.at">Siegfried Goeschl</author>
|
||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<release version="1.3" date="2004-03-10">
|
||||||
<release version="1.3" date="in CVS">
|
<action dev="dion" type="fix" issue="MAVEN-1044">Allow multiple includes/excludes.</action>
|
||||||
<action dev="dion" type="fix" issue="MAVEN-1044">
|
<action dev="dion" type="update">Apply MAVEN-1008. Allow for custom rulesets in the classpath.</action>
|
||||||
Allow multiple includes/excludes.
|
<action dev="brett" type="add" issue="MPPMD-5" due-to="Morten Kvistgaard">Apply MPPMD-5. Add support for CPD report.</action>
|
||||||
</action>
|
|
||||||
<action dev="dion" type="update">
|
|
||||||
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>
|
||||||
|
|
||||||
<release version="1.2" date="2003-09-20">
|
<release version="1.2" date="2003-09-20">
|
||||||
<action dev="vmassol" type="update">
|
<action dev="vmassol" type="update">Upgraded to use PMD 1.2.1.</action>
|
||||||
Upgraded to use PMD 1.2.1.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.1" date="2003-08-30">
|
<release version="1.1" date="2003-08-30">
|
||||||
<action dev="epugh" type="add">
|
<action dev="epugh" type="add">Adding
|
||||||
Adding <code>maven.pmd.includes</code> and
|
<code>maven.pmd.includes</code>and
|
||||||
<code>maven.pmd.excludes</code> to match functionality in checkstyle
|
<code>maven.pmd.excludes</code>to match functionality in checkstyle plugin.
|
||||||
plugin.
|
|
||||||
</action>
|
</action>
|
||||||
<action dev="dion" type="fix">
|
<action dev="dion" type="fix">Now respects
|
||||||
Now respects <code>pom.build.sourceModifications</code>.
|
<code>pom.build.sourceModifications</code>.
|
||||||
</action>
|
</action>
|
||||||
<action dev="evenisse" type="fix">
|
<action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
|
||||||
Add xml declaration to generated report. Fixed for character encoding.
|
<action dev="vmassol" type="fix">Make sure the report does not fail if PMD does not detect any violation. Fixes bug
|
||||||
</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>.
|
<a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-538">MAVEN-538</a>.
|
||||||
</action>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.0" date="2003-04-08">
|
<release version="1.0" date="2003-04-08">
|
||||||
<action dev="vmassol" type="update">
|
<action dev="vmassol" type="update">Make the plugin work with Maven b9.</action>
|
||||||
Make the plugin work with Maven b9.
|
<action dev="vmassol" type="add">Added support for PMD 1.04.</action>
|
||||||
</action>
|
<action dev="vmassol" type="update">Moved the PMD plugin from the
|
||||||
<action dev="vmassol" type="add">
|
<link href="http://sourceforge.net/projects/maven-plugins">Maven-Plugins SF project</link>to the Maven project.
|
||||||
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>
|
</action>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="0.5" date="14-03-2003">
|
<release version="0.5" date="14-03-2003">
|
||||||
<action dev="mpoeschl" type="update">
|
<action dev="mpoeschl" type="update">Updated to used PMD 1.03</action>
|
||||||
Updated to used PMD 1.03
|
<action dev="mpoeschl" type="update">Updated to work for maven-1,0-beta8</action>
|
||||||
</action>
|
|
||||||
<action dev="mpoeschl" type="update">
|
|
||||||
Updated to work for maven-1,0-beta8
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="0.4" date="16-Jan-2003">
|
<release version="0.4" date="16-Jan-2003">
|
||||||
<action dev="wdsgoe" type="fix">
|
<action dev="wdsgoe" type="fix">PMD can be enabled/disabled by setting maven.pmd.enable</action>
|
||||||
PMD can be enabled/disabled by setting maven.pmd.enable
|
<action dev="wdsgoe" type="fix">Upgraded to PMD 1.01 and removed the DVSLPath Tool since it is not longer needed</action>
|
||||||
</action>
|
<action dev="wdsgoe" type="fix">Added files for integration with the existing maven-plugin buikd</action>
|
||||||
<action dev="wdsgoe" type="fix">
|
<action dev="wdsgoe" type="fix">Tom Copeland fixed some stuff in the Jelly script</action>
|
||||||
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>
|
||||||
|
|
||||||
<release version="0.3" date="Unknown">
|
<release version="0.3" date="Unknown">
|
||||||
<action dev="wdsgoe" type="update">
|
<action dev="wdsgoe" type="update">Updated to used PMD 1.0</action>
|
||||||
Updated to used PMD 1.0
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user