From 226ac1b0f3b138899f12e5055dd5015b1c55d758 Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 16 May 2004 01:30:52 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.4 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115262 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/project.xml | 15 +++++++-------- pmd/xdocs/changes.xml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/pmd/project.xml b/pmd/project.xml index 03dcd4ea..b90edb55 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -23,14 +23,8 @@ 3 maven-pmd-plugin Maven PMD Plug-in - 1.4-SNAPSHOT - - 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. - + 1.4 + 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 @@ -66,6 +60,11 @@ 1.4 HEAD + + 1.4 + 1.4 + MAVEN_PMD_1_4 + diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 074b35dc..5d192694 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -25,7 +25,7 @@ Vincent Massol - + Create directories that exist under maven.build.dir before using them so it works after clean. Fix usage of the maven.pmd.cpd.enable property so it is disabled when set to false (the default)