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 5F421200D3E for ; Wed, 1 Nov 2017 23:13:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5DEE3160BFE; Wed, 1 Nov 2017 22:13:49 +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 A5F49160BFB for ; Wed, 1 Nov 2017 23:13:48 +0100 (CET) Received: (qmail 76937 invoked by uid 500); 1 Nov 2017 22:13:47 -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 76703 invoked by uid 99); 1 Nov 2017 22:13:47 -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; Wed, 01 Nov 2017 22:13:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 844CBE038F; Wed, 1 Nov 2017 22:13:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Wed, 01 Nov 2017 22:13:50 -0000 Message-Id: <62991fc51c3c41568013b897458d1bc5@git.apache.org> In-Reply-To: <6d113866ef034c338b055860ed84d655@git.apache.org> References: <6d113866ef034c338b055860ed84d655@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/15] hbase git commit: Revert "HBASE-19119 hbase-http shouldn't have native profile" archived-at: Wed, 01 Nov 2017 22:13:49 -0000 Revert "HBASE-19119 hbase-http shouldn't have native profile" This reverts commit a79b66b32b4e3eb98fb1c03cb545b8edeab26647. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fa25994e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fa25994e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fa25994e Branch: refs/heads/HBASE-19124 Commit: fa25994ebf3a4cdbbf7ec60347481f7b338c1ad2 Parents: 2ffb470 Author: Sean Busbey Authored: Wed Nov 1 09:18:57 2017 -0500 Committer: Sean Busbey Committed: Wed Nov 1 17:10:17 2017 -0500 ---------------------------------------------------------------------- hbase-http/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/fa25994e/hbase-http/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml index c2ec302..d876f19 100644 --- a/hbase-http/pom.xml +++ b/hbase-http/pom.xml @@ -365,6 +365,38 @@ + + native + + false + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + make + compile + run + + + + + + + + + + + + + + + + +