From: Robert Varga Date: Fri, 5 Aug 2016 15:09:31 +0000 (+0200) Subject: Add PMD exclusion for config-generated files X-Git-Tag: release/boron~19 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=39099729980149990766f98297ba7f0359c37036;hp=d86f990976dcc2879b40dec7df1b3b5fba8cba78 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 --- 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} + + + + +