From a0017acc0433020fe5a7708fdd43cb84b2fff6b7 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 30 Aug 2003 11:49:18 +0000 Subject: [PATCH] Preparing to release version 1.1 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113906 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/announcements/1.1.ann | 27 +++++++++++++++++++++++++++ pmd/project.xml | 4 ++-- pmd/xdocs/changes.xml | 8 +++++--- pmd/xdocs/navigation.xml | 22 ++++++++++++---------- 4 files changed, 46 insertions(+), 15 deletions(-) create mode 100644 pmd/announcements/1.1.ann diff --git a/pmd/announcements/1.1.ann b/pmd/announcements/1.1.ann new file mode 100644 index 00000000..8ff78764 --- /dev/null +++ b/pmd/announcements/1.1.ann @@ -0,0 +1,27 @@ +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/project.xml b/pmd/project.xml index 6b6dd86f..a7608bf3 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -5,7 +5,7 @@ 3 maven-pmd-plugin Maven PMD Plug-in - 1.1-SNAPSHOT + 1.1 This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer Maven Plugin for PMD http://maven.apache.org/reference/plugins/pmd/ @@ -23,7 +23,7 @@ 1.1 1.1 - HEAD + MAVEN_PMD_1_1 diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index d8d03474..c2877fd1 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -8,12 +8,14 @@ - + - Adding maven.pmd.includes and maven.pmd.excludes to match functionality in checkstyle plugin. + Adding maven.pmd.includes and + maven.pmd.excludes to match functionality in checkstyle + plugin. - Now respects pom.build.sourceModifications + Now respects pom.build.sourceModifications. Add xml declaration to generated report. Fixed for character encoding. diff --git a/pmd/xdocs/navigation.xml b/pmd/xdocs/navigation.xml index 0b5787be..0155ab3a 100644 --- a/pmd/xdocs/navigation.xml +++ b/pmd/xdocs/navigation.xml @@ -4,15 +4,17 @@ Maven PMD Plugin - - - - - - - - - - + + + + + + + + + + + +