From ec334c5fedc3d7b56bcee012fa792130f5a70a6d Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 20 Sep 2003 16:53:38 +0000 Subject: [PATCH] Releasing version 1.2 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114046 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/announcements/1.2.ann | 22 ++++++++++++++++++++++ pmd/project.properties | 8 +++++++- pmd/project.xml | 9 ++++++--- pmd/xdocs/changes.xml | 2 +- pmd/xdocs/navigation.xml | 1 + 5 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 pmd/announcements/1.2.ann diff --git a/pmd/announcements/1.2.ann b/pmd/announcements/1.2.ann new file mode 100644 index 00000000..991839dc --- /dev/null +++ b/pmd/announcements/1.2.ann @@ -0,0 +1,22 @@ +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 b443601d..4911a5ac 100644 --- a/pmd/project.properties +++ b/pmd/project.properties @@ -1 +1,7 @@ -maven.xdoc.date = bottom +# ------------------------------------------------------------------- +# 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 b48deea0..623b31c4 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -5,8 +5,11 @@ 3 maven-pmd-plugin Maven PMD Plug-in - 1.2-SNAPSHOT - This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer + 1.2 + + 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/ /www/maven.apache.org/reference/plugins/pmd/ @@ -28,7 +31,7 @@ 1.2 1.2 - HEAD + MAVEN_PMD_1_2 diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index f9f7aed3..257838d3 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -8,7 +8,7 @@ - + Upgraded to use PMD 1.2.1. diff --git a/pmd/xdocs/navigation.xml b/pmd/xdocs/navigation.xml index 0155ab3a..86182277 100644 --- a/pmd/xdocs/navigation.xml +++ b/pmd/xdocs/navigation.xml @@ -12,6 +12,7 @@ +