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-pluginMaven PMD Plug-in1.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 PMDhttp://maven.apache.org/reference/plugins/pmd/http://jira.codehaus.org/BrowseProject.jspa?id=10358
@@ -55,6 +61,11 @@
1.3MAVEN_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 @@