setting cobertura to produce html and xml reports

This commit is contained in:
David Nalley 2012-11-21 12:54:09 -05:00
parent b1c063298d
commit 40ff63564b
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -341,6 +341,16 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>2.5.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>