Skip to content

Commit

Permalink
configuring cobertura plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascs committed Jan 26, 2011
1 parent 6ea54ce commit e038acb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Expand Up @@ -409,7 +409,15 @@
</testResource>
</testResources>
<plugins>
<plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.4</version>
<configuration>
<format>xml</format>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
Expand Down

0 comments on commit e038acb

Please sign in to comment.