From 7ec6dc9956f248dbb788c3a189a833f4aadca611 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Mon, 6 Jul 2015 22:20:39 +0200 Subject: [PATCH] [build] Update to Apache Maven PMD Plugin 3.5 http://maven.apache.org/plugins/maven-pmd-plugin/ You should specify the version in your project's plugin configuration: ```xml org.apache.maven.plugins maven-pmd-plugin 3.5 ``` Release Notes - Apache Maven PMD Plugin - Version 3.5 --------------- Bug * [MPMD-208] Warning about deprecated Rule name when using rulesets/maven.xml * [MPMD-205] Javascript violations won't fail the build Improvement * [MPMD-211] Upgrade plexus-resources from 1.0-alpha-7 to 1.1 * [MPMD-209] Upgrade to PMD 5.3.2 * [MPMD-206] Make the sourceDirectories configurable New Feature * [MPMD-207] Support Javascript and JSP for CPD --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6c3be47fb51..3cbb8c58caa 100644 --- a/pom.xml +++ b/pom.xml @@ -1104,7 +1104,7 @@ org.eclipse.jdt.ui.text.custom_code_templates= org.apache.maven.plugins maven-pmd-plugin - 3.3 + 3.5 ${elasticsearch.tools.directory}/pmd/custom.xml