Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 497F2200BE8 for ; Fri, 23 Dec 2016 09:59:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4824C160B1E; Fri, 23 Dec 2016 08:59:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 931FD160B1D for ; Fri, 23 Dec 2016 09:59:31 +0100 (CET) Received: (qmail 54452 invoked by uid 500); 23 Dec 2016 08:59:30 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 54443 invoked by uid 99); 23 Dec 2016 08:59:30 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Dec 2016 08:59:30 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 95C4FDFB7D; Fri, 23 Dec 2016 08:59:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bodewig@apache.org To: commits@commons.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: commons-compress git commit: use jacoco for coveralls report Date: Fri, 23 Dec 2016 08:59:30 +0000 (UTC) archived-at: Fri, 23 Dec 2016 08:59:32 -0000 Repository: commons-compress Updated Branches: refs/heads/master 72f048dbe -> 810883cf0 use jacoco for coveralls report Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/810883cf Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/810883cf Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/810883cf Branch: refs/heads/master Commit: 810883cf0ea7d7254186331825178477a43c9bbf Parents: 72f048d Author: Stefan Bodewig Authored: Fri Dec 23 09:59:06 2016 +0100 Committer: Stefan Bodewig Committed: Fri Dec 23 09:59:06 2016 +0100 ---------------------------------------------------------------------- .travis.yml | 2 +- pom.xml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/810883cf/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 8ce3a32..151942a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ jdk: - oraclejdk8 after_success: - - mvn clean apache-rat:check cobertura:cobertura coveralls:report + - mvn clean apache-rat:check test jacoco:report coveralls:report -Ptravis http://git-wip-us.apache.org/repos/asf/commons-compress/blob/810883cf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 68c2d4c..0bea234 100644 --- a/pom.xml +++ b/pom.xml @@ -386,6 +386,8 @@ jar, tar, zip, dump, 7z, arj. + travis @@ -397,19 +399,17 @@ jar, tar, zip, dump, 7z, arj. - org.codehaus.mojo - cobertura-maven-plugin - ${commons.cobertura.version} - - - xml - - + org.jacoco + jacoco-maven-plugin + ${commons.jacoco.version} org.eluder.coveralls coveralls-maven-plugin 4.3.0 + + EpochMillis +