From 6569462e47b793c0726a7d810aed508f4f14a408 Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Sun, 22 Oct 2017 10:10:27 +0200 Subject: [PATCH 1/2] pom.xml: add java 9 profile, use java 9 compatible jacoco version .travis.yml: also build on java 9 --- .travis.yml | 1 + pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.travis.yml b/.travis.yml index fc2a03accc..cd98d6ad55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ sudo: false jdk: - openjdk7 - oraclejdk8 + - oraclejdk9 after_success: - mvn clean cobertura:cobertura coveralls:report diff --git a/pom.xml b/pom.xml index 0cddf7ff50..9030d0d167 100644 --- a/pom.xml +++ b/pom.xml @@ -238,6 +238,8 @@ limitations under the License. ${basedir}/LICENSE-header.txt 2.17 2.8 + + 0.7.9 @@ -406,5 +408,17 @@ limitations under the License. + + java9 + + 9 + + + + 3.0.0-M1 + + true + + From 3b6d692042d01f8f1c34168de4381a407186305a Mon Sep 17 00:00:00 2001 From: Pascal Schumacher Date: Sun, 22 Oct 2017 10:26:23 +0200 Subject: [PATCH 2/2] use travis cobertura profile from parent pom --- .travis.yml | 2 +- pom.xml | 28 ---------------------------- 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd98d6ad55..4b9d3e0d4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ jdk: - oraclejdk9 after_success: - - mvn clean cobertura:cobertura coveralls:report + - mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura diff --git a/pom.xml b/pom.xml index 9030d0d167..864daf1e9c 100644 --- a/pom.xml +++ b/pom.xml @@ -380,34 +380,6 @@ limitations under the License. - - travis - - - env.TRAVIS - true - - - - - - org.codehaus.mojo - cobertura-maven-plugin - ${commons.cobertura.version} - - - xml - - - - - org.eluder.coveralls - coveralls-maven-plugin - 4.3.0 - - - - java9