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 AF8E4200CB6 for ; Thu, 29 Jun 2017 20:39:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AEC48160BF7; Thu, 29 Jun 2017 18:39: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 0269B160BC6 for ; Thu, 29 Jun 2017 20:39:48 +0200 (CEST) Received: (qmail 21195 invoked by uid 500); 29 Jun 2017 18:39:48 -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 21182 invoked by uid 99); 29 Jun 2017 18:39:48 -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; Thu, 29 Jun 2017 18:39:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1C9FDE5E44; Thu, 29 Jun 2017 18:39:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Date: Thu, 29 Jun 2017 18:39:48 -0000 Message-Id: In-Reply-To: <70051e702c33422ba78ba5da154faa0d@git.apache.org> References: <70051e702c33422ba78ba5da154faa0d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] hbase-thirdparty git commit: Fixes for assembly specifier archived-at: Thu, 29 Jun 2017 18:39:49 -0000 Fixes for assembly specifier Project: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/commit/1ad82e37 Tree: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/tree/1ad82e37 Diff: http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/diff/1ad82e37 Branch: refs/heads/master Commit: 1ad82e37a9c3eaa96012a0ad7c1498cd7826b642 Parents: b9b232b Author: Michael Stack Authored: Tue Jun 27 16:10:15 2017 -0700 Committer: Michael Stack Committed: Tue Jun 27 16:10:15 2017 -0700 ---------------------------------------------------------------------- README.txt | 4 ++++ src/main/assembly/src.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/1ad82e37/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 7675669..474f912 100644 --- a/README.txt +++ b/README.txt @@ -12,6 +12,10 @@ To deploy to mvn central, run: $ mvn install deploy -Papache-release -Prelease +To build a src tarball: + + $ mvn clean assembly:single + (Make sure you have your credentials set over in ~/.m2/settings.xml, etc. -- see hbase refguide for publishing SNAPSHOTS/Release Candidates) http://git-wip-us.apache.org/repos/asf/hbase-thirdparty/blob/1ad82e37/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index b452238..ab2d7f4 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -56,13 +56,13 @@ - ${project.basedir}/../src + ${project.basedir}/src src 0644 0755 - ${project.basedir}/.. + ${project.basedir} . pom.xml