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:
parent
8daa059adb
commit
037327ba19
10
project.xml
10
project.xml
|
@ -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>
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue