projects
/
rhynodge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5228d82
)
Add EMMA reporting plugin.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 27 Oct 2013 13:34:52 +0000
(14:34 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 27 Oct 2013 13:39:06 +0000
(14:39 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
71a053a
..
4fd28a0
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-62,6
+62,17
@@
</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>