aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-05-10 08:23:17 +0200
committerritchie <ritchie@gmx.at>2015-05-10 08:23:17 +0200
commit4decd0f91f7654c55d1d50ef0a73818145b3fe6f (patch)
tree7a076f7344dffc08f5f7821792e464c6a23a905d /pom.xml
parentc84df466ba52b29a0d4d620ca3b4ce7958442b3f (diff)
downloadnanohttpd-4decd0f91f7654c55d1d50ef0a73818145b3fe6f.tar.gz
cobertura also on the web page
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 09f3afc..7e979a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,10 @@
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
- <format>xml</format>
+ <formats>
+ <format>html</format>
+ <format>xml</format>
+ </formats>
<maxmem>256m</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>true</aggregate>
@@ -308,6 +311,11 @@
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.7</version>
+ </plugin>
</plugins>
</reporting>
<dependencies>