You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/12/12 18:33:24 UTC

svn commit: r356295 - /maven/repository-manager/trunk/pom.xml

Author: brett
Date: Mon Dec 12 09:33:09 2005
New Revision: 356295

URL: http://svn.apache.org/viewcvs?rev=356295&view=rev
Log:
switch to cobertura

Modified:
    maven/repository-manager/trunk/pom.xml

Modified: maven/repository-manager/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/repository-manager/trunk/pom.xml?rev=356295&r1=356294&r2=356295&view=diff
==============================================================================
--- maven/repository-manager/trunk/pom.xml (original)
+++ maven/repository-manager/trunk/pom.xml Mon Dec 12 09:33:09 2005
@@ -213,13 +213,8 @@
     <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>