From 93a4aeaa2c8069d158488ceac5ff7da5101f394d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 5 Aug 2016 17:07:13 +0200 Subject: [PATCH] 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 --- binding/binding-parent/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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} + + + + + -- 2.36.6