From 2dfaf3e2e207ef610eb3cb5902206f7b20839bd5 Mon Sep 17 00:00:00 2001 From: Woonduk Kang Date: Mon, 9 Dec 2013 09:30:57 +0000 Subject: [PATCH] =?UTF-8?q?[=EA=B0=95=EC=9A=B4=EB=8D=95]=20[PINPOINT-229]?= =?UTF-8?q?=20pmd,=20findbugs=20report=20plugin=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@2994 84d0f5b1-2673-498c-a247-62c4ff18d310 --- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/pom.xml b/pom.xml index 7beae6bee..be46940e2 100644 --- a/pom.xml +++ b/pom.xml @@ -694,6 +694,40 @@ + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + findbugs-exclude.xml + true + ${project.build.directory}/findbugs + + + + + org.apache.maven.plugins + maven-pmd-plugin + 5.0.5 + + + true + UTF-8 + 1.6 + + /rulesets/unusedcode.xml + /rulesets/basic.xml + /rulesets/imports.xml + /rulesets/design.xml + + + + + + +