From 962e20d464a76504273ff8abfb4682f4f5c3e2b1 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 1 May 2004 18:02:07 +0000 Subject: [PATCH] - remove unneeded properties (they are inherited from top level project.properties) - added tag for 1.4-snapshot dev - removed ann files (they can now be generated by the announcement plugin) - added missing download in navigation - other cosmetic changes git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115151 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/announcements/1.0.ann | 26 -------------------------- pmd/announcements/1.1.ann | 27 --------------------------- pmd/announcements/1.2.ann | 22 ---------------------- pmd/project.properties | 4 ---- pmd/project.xml | 13 ++++++++++++- pmd/xdocs/navigation.xml | 5 +++-- 6 files changed, 15 insertions(+), 82 deletions(-) delete mode 100644 pmd/announcements/1.0.ann delete mode 100644 pmd/announcements/1.1.ann delete mode 100644 pmd/announcements/1.2.ann diff --git a/pmd/announcements/1.0.ann b/pmd/announcements/1.0.ann deleted file mode 100644 index bdc4fa61..00000000 --- a/pmd/announcements/1.0.ann +++ /dev/null @@ -1,26 +0,0 @@ -The Maven team is pleased to announce the PMD plugin 1.0 release! - -http://maven.apache.org/reference/plugins/pmd - -The Maven PMD plugin is a plugin that wraps the PMD framework -(http://pmd.sourceforge.net). PMD is a source checking framework that -works by scanning Java source code and looks for potential problems -like: unused local variables, empty catch blocks, unused parameters, -empty 'if' statements, etc. - -Changes in this version: - -o Moved the PMD plugin from the - Maven-Plugins - SF project to the Maven project. -o Made the plugin work with PMD 1.04 -o Made the plugin work with Maven b9. - -Note that this plugin has been tested with Maven beta 9. Using it with -another version of Maven is at your own risks! :-) - -You can download the PMD Maven plugin here: -http://www.ibiblio.org/maven/maven/jars/maven-pmd-plugin-1.0.jar - -Have fun! --Vincent \ No newline at end of file diff --git a/pmd/announcements/1.1.ann b/pmd/announcements/1.1.ann deleted file mode 100644 index 8ff78764..00000000 --- a/pmd/announcements/1.1.ann +++ /dev/null @@ -1,27 +0,0 @@ -The Maven team is pleased to announce the PMD plugin 1.1 release! - -http://maven.apache.org/reference/plugins/pmd - -The Maven PMD plugin is a plugin that wraps the PMD framework -(http://pmd.sourceforge.net). PMD is a source checking framework that -works by scanning Java source code and looks for potential problems -like: unused local variables, empty catch blocks, unused parameters, -empty 'if' statements, etc. - -Changes in this version: - -o Adding maven.pmd.includes and maven.pmd.excludes to match functionality - in checkstyle plugin. -o Now respects pom.build.sourceModifications. -o Add xml declaration to generated report. Fixed for character encoding. -o Make sure the report does not fail if PMD does not detect any - violation. Fixes bug MAVEN-538 - -Note that this plugin has been tested with Maven beta 10. Using it with -another version of Maven is at your own risks! :-) - -You can download the PMD Maven plugin here: -http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.1.jar - -Have fun! --Vincent \ No newline at end of file diff --git a/pmd/announcements/1.2.ann b/pmd/announcements/1.2.ann deleted file mode 100644 index 991839dc..00000000 --- a/pmd/announcements/1.2.ann +++ /dev/null @@ -1,22 +0,0 @@ -The Maven team is pleased to announce the PMD plugin 1.2 release! - -http://maven.apache.org/reference/plugins/pmd - -The Maven PMD plugin is a plugin that wraps the PMD framework -(http://pmd.sourceforge.net). PMD is a source checking framework that -works by scanning Java source code and looks for potential problems -like: unused local variables, empty catch blocks, unused parameters, -empty 'if' statements, etc. - -Changes in this version: - -o Upgraded to use PMD 1.2.1. - -Note that this plugin has been tested with Maven 1.0 rc1. Using it with -another version of Maven is at your own risks! :-) - -You can download the PMD Maven plugin here: -http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.2.jar - -Have fun! --Vincent \ No newline at end of file diff --git a/pmd/project.properties b/pmd/project.properties index 9ba1b720..d66f96c3 100644 --- a/pmd/project.properties +++ b/pmd/project.properties @@ -17,7 +17,3 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- -maven.xdoc.date=left -## maven.xdoc.version=${pom.currentVersion} -maven.checkstyle.format = turbine -maven.license.licenseFile=${basedir}/../LICENSE.txt diff --git a/pmd/project.xml b/pmd/project.xml index b95d8b8d..1c51ad73 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -24,7 +24,13 @@ maven-pmd-plugin Maven PMD Plug-in 1.4-SNAPSHOT - This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer. + + The Maven PMD plugin is a plugin that wraps the PMD framework + (http://pmd.sourceforge.net). PMD is a source checking framework that + works by scanning Java source code and looks for potential problems + like: unused local variables, empty catch blocks, unused parameters, + empty 'if' statements, etc. + Maven Plugin for PMD http://maven.apache.org/reference/plugins/pmd/ http://jira.codehaus.org/BrowseProject.jspa?id=10358 @@ -55,6 +61,11 @@ 1.3 MAVEN_PMD_1_3 + + 1.4 + 1.4 + HEAD + diff --git a/pmd/xdocs/navigation.xml b/pmd/xdocs/navigation.xml index 1afcf77e..ced1ed14 100644 --- a/pmd/xdocs/navigation.xml +++ b/pmd/xdocs/navigation.xml @@ -30,9 +30,10 @@ - - + + +