commit | c3b3704e93ec5520d469cee5c7216f1cfe6387d6 | [log] [tgz] |
---|---|---|
author | Tatu Saloranta <tatu.saloranta@iki.fi> | Tue May 20 12:47:01 2014 -0700 |
committer | Tatu Saloranta <tatu.saloranta@iki.fi> | Tue May 20 12:47:01 2014 -0700 |
tree | e63859bb2e4e6530d98592f046f3441082e9121b | |
parent | 97a0dea07262f2855a2148a7898a15d3ab424f77 [diff] [blame] |
Add plug-in for cobertura, just for fun
diff --git a/pom.xml b/pom.xml index bceddd5..284ca01 100644 --- a/pom.xml +++ b/pom.xml
@@ -146,6 +146,15 @@ </plugins> </build> + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + </plugins> + </reporting> + <profiles> <profile> <id>release</id>