git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19eabad
)
Added test coverage XML reporting.
author
erik
<erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 23 Mar 2008 00:03:51 +0000
(
00:03
+0000)
committer
erik
<erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Sun, 23 Mar 2008 00:03:51 +0000
(
00:03
+0000)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index f7ec73e884a959bd31dc86a8d31966239d8b4c76..dd95286d0b60a5859e0b777350d4c59701f63261 100644
(file)
--- 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 -->