From: Erik Brakkee Date: Mon, 4 Sep 2006 18:49:54 +0000 (+0000) Subject: added test coverage reports. X-Git-Tag: wamblee-utils-0.7~909 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=01c5b4c966c47116eb6045a20db61bd2616834c8;p=utils added test coverage reports. --- diff --git a/pom.xml b/pom.xml index 9293a85b..a58eb1ca 100644 --- a/pom.xml +++ b/pom.xml @@ -252,8 +252,66 @@ + + org.codehaus.mojo + cobertura-maven-plugin + + + + clean + + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + dependencies + project-team + mailing-list + issue-tracking + license + scm + + + + + + org.codehaus.mojo + changes-maven-plugin + 2.0-beta-1 + + + + changes-report + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.codehaus.mojo + surefire-report-maven-plugin + + + org.codehaus.mojo + cobertura-maven-plugin + + + + +