Skip to content

Commit

Permalink
adding emma plugin to build
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed May 1, 2013
1 parent 53812bb commit b150e8b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Expand Up @@ -505,6 +505,24 @@
<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>
</configuration>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>instrument</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
Expand Down Expand Up @@ -595,6 +613,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>emma-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b150e8b

Please sign in to comment.