From 39099729980149990766f98297ba7f0359c37036 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 5 Aug 2016 17:09:31 +0200 Subject: [PATCH 1/1] Add PMD exclusion for config-generated files Unfortunately PMD does not support wildcard root exclusions, hence we have to match odlparent configuration and extend it. Change-Id: I4bc7a1b8c25b75cb5b348fb2a16f0e5b2c111359 Signed-off-by: Robert Varga --- opendaylight/config/config-parent/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/opendaylight/config/config-parent/pom.xml b/opendaylight/config/config-parent/pom.xml index 042cb4e167..97ecea73bc 100644 --- a/opendaylight/config/config-parent/pom.xml +++ b/opendaylight/config/config-parent/pom.xml @@ -150,6 +150,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + + + org.apache.maven.plugins + maven-pmd-plugin + + + cpd + process-sources + + cpd-check + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + + + + + -- 2.36.6