Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E12451856D for ; Tue, 22 Mar 2016 02:41:32 +0000 (UTC) Received: (qmail 39470 invoked by uid 500); 22 Mar 2016 02:41:31 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 39397 invoked by uid 500); 22 Mar 2016 02:41:31 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 38831 invoked by uid 99); 22 Mar 2016 02:41:31 -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; Tue, 22 Mar 2016 02:41:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EE6FEE00FF; Tue, 22 Mar 2016 02:41:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: enis@apache.org To: commits@hbase.apache.org Date: Tue, 22 Mar 2016 02:41:38 -0000 Message-Id: In-Reply-To: <4220059988584d459f1f4f1ebee530d2@git.apache.org> References: <4220059988584d459f1f4f1ebee530d2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/50] [abbrv] hbase git commit: HBASE-15310 hbase-spark module has compilation failures with clover profile HBASE-15310 hbase-spark module has compilation failures with clover profile Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/20e14f44 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/20e14f44 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/20e14f44 Branch: refs/heads/HBASE-7912 Commit: 20e14f449a9d5ba052ef6250c08ee1e4c558ccf2 Parents: 2a30643 Author: Jonathan M Hsieh Authored: Wed Feb 24 10:09:21 2016 -0800 Committer: Jonathan M Hsieh Committed: Wed Feb 24 11:54:43 2016 -0800 ---------------------------------------------------------------------- hbase-spark/pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/20e14f44/hbase-spark/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml index 7c7590e..7767440 100644 --- a/hbase-spark/pom.xml +++ b/hbase-spark/pom.xml @@ -604,6 +604,41 @@ + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + validate + + add-source + + + + src/main/scala + + + + + add-test-source + validate + + add-test-source + + + + src/test/scala + + + + +