Skip to content

Commit

Permalink
Generate XML Cobertura reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyrjala committed May 30, 2014
1 parent 09964a5 commit 77d18cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@
<version>${maven-cobertura.version}</version>
<configuration>
<aggregate>true</aggregate>
<formats>
<format>xml</format>
<format>html</format>
</formats>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 77d18cb

Please sign in to comment.