aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorritchie <ritchie@gmx.at>2015-05-09 09:38:28 +0200
committerritchie <ritchie@gmx.at>2015-05-09 09:38:28 +0200
commitb2067792254729ba7267bdba569b609ab38463ea (patch)
tree08d9bc7bbb3d1a14bed187407b1b2af706f63d69 /pom.xml
parentfb42a3003b5ebb3e0b0aacaac60890d3beb4798c (diff)
downloadnanohttpd-b2067792254729ba7267bdba569b609ab38463ea.tar.gz
try to activate test coverage over travis
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 305b332..09f3afc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,6 +218,22 @@
<reuseForks>false</reuseForks>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.7</version>
+ <configuration>
+ <format>xml</format>
+ <maxmem>256m</maxmem>
+ <!-- aggregated reports for multi-module projects -->
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eluder.coveralls</groupId>
+ <artifactId>coveralls-maven-plugin</artifactId>
+ <version>3.1.0</version>
+ </plugin>
</plugins>
</build>
<reporting>