Unittest code coverage with mvn cobertura:cobertura
diff --git a/pom.xml b/pom.xml
index 44b7f07..4899f34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,8 @@
<exclude>**/*TestCase.java</exclude>
-->
</excludes>
+ <argLine>-XX:MaxPermSize=512m</argLine>
+ <reuseFork>false</reuseFork>
</configuration>
</plugin>
<!-- exec:java -->
@@ -184,6 +186,11 @@
<locale>en</locale>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>2.5.2</version>
+ </plugin>
</plugins>
</reporting>
<dependencies>