From: Robert Varga Date: Fri, 5 Aug 2016 15:07:13 +0000 (+0200) Subject: Add PMD configuration X-Git-Tag: release/boron~19 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=mdsal.git;a=commitdiff_plain;h=93a4aeaa2c8069d158488ceac5ff7da5101f394d Add PMD configuration PMD does not allow specifying wildcards, hence we have to enrich its configuration here. Change-Id: I45b7b8618950ec43f3c03cc9e4ee9d3b714d14ee Signed-off-by: Robert Varga --- diff --git a/binding/binding-parent/pom.xml b/binding/binding-parent/pom.xml index 7b747aa1a3..1697847cc5 100644 --- a/binding/binding-parent/pom.xml +++ b/binding/binding-parent/pom.xml @@ -133,6 +133,27 @@ + + + + org.apache.maven.plugins + maven-pmd-plugin + + + cpd + process-sources + + cpd-check + + + + ${salGeneratorPath} + + + + +