diff --git a/pmd/project.xml b/pmd/project.xml index 06268670..fa4ac38e 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -17,13 +17,12 @@ * limitations under the License. */ --> - ../plugin-parent/project.xml 3 maven-pmd-plugin Maven PMD Plug-in - 1.7-SNAPSHOT + 1.7 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/ @@ -70,6 +69,11 @@ 1.6 MAVEN_PMD_1_6 + + 1.7 + 1.7 + MAVEN_PMD_1_7 + diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 2a56c4d5..6fe5b0d6 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -17,7 +17,6 @@ * limitations under the License. */ --> - Changes @@ -25,7 +24,7 @@ Vincent Massol - + Added ability to check test sources. Upgrade to pmd-3.2.