From 55eb72507de0131ae1802f2ac35479dea931d105 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 18 Jul 2016 17:58:12 +0000 Subject: [PATCH] Revert "Introduce PMD Copy/Paste Detector (CPD)" This reverts commit 68afa051f302f5f67aedd42bf1ab2f4cc20d75c7. It breaks build in yangtools: checkstyle fails to parse configuration and cannot assign String to File[]. Change-Id: I5f9025c1dd79c19f10e8c17a56e270d17cbda043 Signed-off-by: Robert Varga --- odlparent/pom.xml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/odlparent/pom.xml b/odlparent/pom.xml index e8f5732db..0a8601aac 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -128,8 +128,6 @@ target/code-coverage/jacoco-it.exec **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - - false @@ -1241,30 +1239,6 @@ - - - org.apache.maven.plugins - maven-pmd-plugin - 3.6 - - - cpd - process-sources - - cpd-check - - - ${pmd.cpd.fail} - - 101 - true - ${basedir}/target/generated-sources/mdsal-binding - false - - - - - maven-compiler-plugin ${maven.compile.plugin.version} @@ -1566,9 +1540,6 @@ maven-checkstyle-plugin - - maven-pmd-plugin - maven-source-plugin -- 2.36.6