]> source.dussan.org Git - archiva.git/commitdiff
switch to cobertura
authorBrett Porter <brett@apache.org>
Mon, 12 Dec 2005 17:33:09 +0000 (17:33 +0000)
committerBrett Porter <brett@apache.org>
Mon, 12 Dec 2005 17:33:09 +0000 (17:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@356295 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 2e63852f9e4c63026d1327911f73f2c29d9832ec..5d6c74d968b9104ced290a43123499bd2fa3f8be 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <plugins>
       <!-- TODO: should be omitted when there are no tests to run -->
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-clover-plugin</artifactId>
-        <!-- TODO: why are these needed? -->
-        <configuration>
-          <flushPolicy>threaded</flushPolicy>
-          <flushInterval>100</flushInterval>
-        </configuration>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>