diff --git a/.travis.yml b/.travis.yml
index bbf9dbaf..b3bd0f43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
language: java
after_success:
- - mvn clean antlr4:antlr4 cobertura:cobertura coveralls:cobertura
+ - mvn clean jacoco:report coveralls:jacoco
diff --git a/ethereumj-core/pom.xml b/ethereumj-core/pom.xml
index 4ffaaaa1..9f52e2c3 100644
--- a/ethereumj-core/pom.xml
+++ b/ethereumj-core/pom.xml
@@ -242,14 +242,22 @@
2.2.0
- org.codehaus.mojo
- cobertura-maven-plugin
- 2.6
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.1.201405082137
+
+
+ prepare-agent
+
+ prepare-agent
+
+
+
- xml
- 256m
-
- true
+
+ org/ethereum/gui/**/*.class
+ org/ethereum/**/*Test.class
+
@@ -296,6 +304,19 @@
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ [0.7.1.201405082137,)
+
+ prepare-agent
+
+
+
+
+
+