diff --git a/pom.xml b/pom.xml
index b4d2190b1..0469ceaf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
2.2.4
1.8.0
- 2.7
+ 0.8.1
@@ -134,17 +134,20 @@
- org.codehaus.mojo
- cobertura-maven-plugin
- ${cobertura.version}
-
-
-
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco.version}
- clean
- check
+ prepare-agent
+
+
+
+ report
+ prepare-package
+
+ report
@@ -201,22 +204,6 @@
-
-
-
-
- org.codehaus.mojo
- cobertura-maven-plugin
- ${cobertura.version}
-
-
- html
-
-
-
-
-
-