Skip to content

Commit

Permalink
Add config for cobertura.
Browse files Browse the repository at this point in the history
  • Loading branch information
Weltraumschaf committed Feb 9, 2013
1 parent 9f11273 commit ba19dcb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,15 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
<instrumentation>
<excludes />
</instrumentation>
</configuration>
</plugin>

<!-- <plugin>
Expand Down

0 comments on commit ba19dcb

Please sign in to comment.