From 8a40c1fa72761cca79458c12e98cae1c02ca02c4 Mon Sep 17 00:00:00 2001 From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Sun, 23 Mar 2008 00:03:51 +0000 Subject: [PATCH] Added test coverage XML reporting. --- pom.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index f7ec73e8..dd95286d 100644 --- a/pom.xml +++ b/pom.xml @@ -335,18 +335,6 @@ </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> @@ -395,6 +383,11 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> + <configuration> + <formats> + <format>xml</format> + </formats> + </configuration> </plugin> <!-- checkstyle --> -- 2.31.1