Replaced clover with cobertura, added pmd report.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@365297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2006-01-02 05:50:33 +00:00
parent 8daa059adb
commit 037327ba19
1 changed files with 9 additions and 1 deletions

View File

@ -196,6 +196,13 @@
<version>0.2</version>
<url>http://jakarta.apache.org/commons/discovery</url>
</dependency>
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-cobertura-plugin</artifactId>
<version>1.1.1</version>
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
<type>plugin</type>
</dependency>
</dependencies>
<build>
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
@ -230,9 +237,10 @@
</build>
<reports>
<report>maven-changes-plugin</report>
<report>maven-cobertura-plugin</report>
<report>maven-pmd-plugin</report>
<!--
<report>maven-changelog-plugin</report>
<report>maven-clover-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
-->