From 5d58216678b79bfde2cb3aa1329673e81f064aff Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Thu, 31 May 2007 04:57:45 +0000 Subject: [PATCH] Configured reports. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@543056 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a3b69e47..820963679 100644 --- a/pom.xml +++ b/pom.xml @@ -211,7 +211,86 @@ + + org.codehaus.mojo + cobertura-maven-plugin + + + + clean + check + + + + - + + + + org.codehaus.mojo + findbugs-maven-plugin + 1.0.0 + + Normal + Default + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.1 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.2 + + + org.apache.maven.plugins + maven-changes-plugin + 2.0-beta-2 + + ${basedir}/xdocs/changes.xml + %URL%/%ISSUE% + + + + + changes-report + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.1 + + checkstyle.xml + false + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.3 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.1 + + + org.apache.maven.plugins + maven-pmd-plugin + 2.2 + + + checkstyle.xml + + + + +