Include EMMA plugin for code coverage.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 24 Oct 2013 17:12:51 +0000 (19:12 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 28 Feb 2014 21:25:35 +0000 (22:25 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index b0489a1..3582b25 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        </plugin>
                </plugins>
        </build>
+
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>emma-maven-plugin</artifactId>
+                               <version>1.0-alpha-3</version>
+                       </plugin>
+               </plugins>
+       </reporting>
 </project>