Skip to content

Commit

Permalink
adding the emma plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed May 1, 2013
1 parent 44d6621 commit 53812bb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Expand Up @@ -645,7 +645,16 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<argLine>-XX:-UseSplitVerifier</argLine>
<aggregate>true</aggregate>
<forceMojoExecution>true</forceMojoExecution>
<inherited>true</inherited>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>emma-maven-plugin</artifactId>
<version>1.0-alpha-3</version>
<configuration>
<aggregate>true</aggregate>
<forceMojoExecution>true</forceMojoExecution>
<inherited>true</inherited>
Expand Down

0 comments on commit 53812bb

Please sign in to comment.