Added test coverage XML reporting.
authorErik Brakkee <erik@brakkee.org>
Sun, 23 Mar 2008 00:03:51 +0000 (00:03 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 23 Mar 2008 00:03:51 +0000 (00:03 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index f7ec73e884a959bd31dc86a8d31966239d8b4c76..dd95286d0b60a5859e0b777350d4c59701f63261 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 </executions>
             </plugin>
 
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>clean</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
         </plugins>
 
     </build>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
+                <configuration>
+                  <formats>
+                    <format>xml</format>
+                  </formats>
+                </configuration>
             </plugin>
 
             <!-- checkstyle -->