From 241ab2273557185c2b76cedca5a133055ab6e39a Mon Sep 17 00:00:00 2001 From: Chris Aniszczyk Date: Thu, 14 Oct 2010 09:26:46 -0700 Subject: Add FindBugs and CPD to the build. We need to use findbugs-maven-plugin:2.3.2-SNAPSHOT since otherwise build fails with maven-3.0 [1], [2]. We should switch to the release version as soon as this becomes available. [1] http://www.sonatype.com/people/2010/10/maven-3-0-has-landed/ [2] http://jira.codehaus.org/browse/MFINDBUGS-122 Bug: 327799 Change-Id: I1c57f81cf6f0450e56411881488c4ee754e458e3 Signed-off-by: Chris Aniszczyk Signed-off-by: Matthias Sohn --- org.eclipse.jgit.http.server/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'org.eclipse.jgit.http.server') diff --git a/org.eclipse.jgit.http.server/pom.xml b/org.eclipse.jgit.http.server/pom.xml index 4b91d9afbe..05412cb4d3 100644 --- a/org.eclipse.jgit.http.server/pom.xml +++ b/org.eclipse.jgit.http.server/pom.xml @@ -104,6 +104,39 @@ + + org.codehaus.mojo + findbugs-maven-plugin + + true + false + + + + + check + + + + + + org.apache.maven.plugins + maven-pmd-plugin + + utf-8 + 100 + 1.5 + xml + false + + + + + cpd-check + + + + -- cgit v1.2.3