From 56688e897c098631e4a6c7d920d768b005df87f0 Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Sun, 4 Feb 2018 13:45:02 +0100 Subject: [PATCH] travis: use travis-jacoco profile from parent pom --- .travis.yml | 2 +- pom.xml | 71 ----------------------------------------------------- 2 files changed, 1 insertion(+), 72 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8893f59a0..2e8e6b954 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk9 after_success: - - mvn clean cobertura:cobertura coveralls:report + - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco \ No newline at end of file diff --git a/pom.xml b/pom.xml index ee13cd8bf..daef833a2 100644 --- a/pom.xml +++ b/pom.xml @@ -412,77 +412,6 @@ - - travis - - - env.TRAVIS - true - - - - - - org.jacoco - jacoco-maven-plugin - ${commons.jacoco.version} - - - default-prepare-agent - - prepare-agent - - - - default-prepare-agent-integration - - prepare-agent-integration - - - - default-report - - report - - - - default-report-integration - - report-integration - - - - default-check - - check - - - - - - BUNDLE - - - - COMPLEXITY - COVEREDRATIO - 0.60 - - - - - - - - - - org.eluder.coveralls - coveralls-maven-plugin - 3.1.0 - - - - java9