Add EMMA reporting plugin.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 27 Oct 2013 13:34:52 +0000 (14:34 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 27 Oct 2013 13:39:06 +0000 (14:39 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 71a053a..4fd28a0 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>
+
        <dependencies>
                <dependency>
                        <groupId>com.google.guava</groupId>