projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6be124
)
Include EMMA plugin for code coverage.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 24 Oct 2013 17:12:51 +0000
(19:12 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 28 Feb 2014 21:25:35 +0000
(22:25 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
b0489a1
..
3582b25
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-148,4
+148,14
@@
</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>