From a1a4b0b9ebb45c1d89333061726b54d83a298654 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 1 Oct 2017 13:18:35 +0200 Subject: [PATCH] Defining jacoco version, so that sonar might work again --- .travis/build-coveralls.sh | 2 +- pom.xml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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