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 6586B200BF7 for ; Mon, 9 Jan 2017 09:58:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 64591160B4C; Mon, 9 Jan 2017 08:58:37 +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 CD03B160B3E for ; Mon, 9 Jan 2017 09:58:35 +0100 (CET) Received: (qmail 96055 invoked by uid 500); 9 Jan 2017 08:58:35 -0000 Mailing-List: contact commits-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list commits@kylin.apache.org Received: (qmail 95217 invoked by uid 99); 9 Jan 2017 08:58:34 -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; Mon, 09 Jan 2017 08:58:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 31F3DE0004; Mon, 9 Jan 2017 08:58:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shaofengshi@apache.org To: commits@kylin.apache.org Date: Mon, 09 Jan 2017 08:58:48 -0000 Message-Id: <3855c9de83be40308c8c4bec1cf0ab63@git.apache.org> In-Reply-To: <87ed2ed3b827465899e4b671919142e3@git.apache.org> References: <87ed2ed3b827465899e4b671919142e3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/25] kylin git commit: minor, enable jacoco plugin archived-at: Mon, 09 Jan 2017 08:58:37 -0000 minor, enable jacoco plugin Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/68ff75de Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/68ff75de Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/68ff75de Branch: refs/heads/sparkcubing-rebase Commit: 68ff75de260e6e93197103c0fd06009cf73c8e21 Parents: e46d699 Author: Billy Liu Authored: Mon Jan 9 00:29:57 2017 +0800 Committer: Billy Liu Committed: Mon Jan 9 00:29:57 2017 +0800 ---------------------------------------------------------------------- pom.xml | 47 +++++++++++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/68ff75de/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 22681e8..d883eca 100644 --- a/pom.xml +++ b/pom.xml @@ -922,19 +922,7 @@ org.jacoco jacoco-maven-plugin - 0.7.7.201606060606 - - ${sonar.jacoco.reportPath} - true - - - - agent - - prepare-agent - - - + 0.7.8 org.apache.maven.plugins @@ -1079,6 +1067,35 @@ + org.jacoco + jacoco-maven-plugin + + true + + ${sonar.jacoco.reportPath} + + + + + pre-test + + prepare-agent + + + surefireArgLine + + + + post-test + test + + report + + + + + + org.apache.maven.plugins maven-surefire-plugin 2.19.1 @@ -1101,11 +1118,9 @@ file:${project.basedir}/../build/conf/kylin-tools-log4j.properties - -javaagent:${project.build.testOutputDirectory}/jamm.jar ${argLine} + -javaagent:${project.build.testOutputDirectory}/jamm.jar ${argLine} ${surefireArgLine} - -