From 3fe78dd963923316c20b6b4d4783e74eaac6d225 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 11 Jun 2009 09:02:57 +0000 Subject: [PATCH] Add CPD report git-svn-id: https://svn.argeo.org/slc/trunk@2530 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- pom.xml | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index ceab63f28..c2aca1b81 100644 --- a/pom.xml +++ b/pom.xml @@ -1029,7 +1029,7 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin false - + true @@ -1050,17 +1050,34 @@ limitations under the License. + false + --> org.apache.maven.plugins maven-changelog-plugin false + + org.apache.maven.plugins + maven-pmd-plugin + 2.3 + + + + cpd + + + true + 1.5 + + **/springutil/*.java + + + + + -- 2.39.5