diff --git a/.travis/build-coveralls.sh b/.travis/build-coveralls.sh
index b2af3bb610..d433c86886 100755
--- a/.travis/build-coveralls.sh
+++ b/.travis/build-coveralls.sh
@@ -12,5 +12,5 @@ if ! travis_isPush; then
fi
-travis_wait ./mvnw -q clean test jacoco:report coveralls:report -Pcoveralls
+travis_wait ./mvnw clean test jacoco:report coveralls:report -Pcoveralls -B -V -q
diff --git a/pom.xml b/pom.xml
index c632a478b4..6dfdbd519c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,6 +429,11 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
nexus-staging-maven-plugin
1.6.8
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.9
+
@@ -965,7 +970,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
org.jacoco
jacoco-maven-plugin
- 0.7.9
default-prepare-agent