Skip to content

Commit b8b177c

Browse files
committed
G4DPZ - Updated cobertura setup
1 parent b1df2c9 commit b8b177c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@
9898
<groupId>org.codehaus.mojo</groupId>
9999
<artifactId>cobertura-maven-plugin</artifactId>
100100
<version>2.6</version>
101+
<configuration>
102+
<formats>
103+
<format>html</format>
104+
<format>xml</format>
105+
</formats>
106+
</configuration>
101107
</plugin>
102108
<plugin>
103109
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)