Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29CC81823F for ; Mon, 24 Aug 2015 05:32:46 +0000 (UTC) Received: (qmail 69032 invoked by uid 500); 24 Aug 2015 05:32:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 68982 invoked by uid 500); 24 Aug 2015 05:32:46 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 68968 invoked by uid 99); 24 Aug 2015 05:32:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2015 05:32:45 +0000 Date: Mon, 24 Aug 2015 05:32:45 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HBASE-14298) Source assemblies incorrect after recent POM changes (0.98) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14708786#comment-14708786 ] Andrew Purtell edited comment on HBASE-14298 at 8/24/15 5:32 AM: ----------------------------------------------------------------- I'm going to bring back assembly descriptor changes we've had on branch-1 for a while that do things differently. Let's update some of this legacy stuff. was (Author: apurtell): I'm going to bring back assembly descriptor changes we've had on branch-1 for a while that do things differently. Let's remove some of this legacy stuff. > Source assemblies incorrect after recent POM changes (0.98) > ----------------------------------------------------------- > > Key: HBASE-14298 > URL: https://issues.apache.org/jira/browse/HBASE-14298 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.14 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Blocker > Fix For: 0.98.14 > > Attachments: HBASE-14298-0.98.patch, HBASE-14298-0.98.patch > > > After recent POM changes when building source assemblies: > {noformat} > $ mvn clean install -DskipTests assembly:single \ > -Dassembly.file=hbase-assembly/src/main/assembly/src.xml -Prelease > {noformat} > several modules are now missing from the resulting tarball: hbase-assembly, hbase-examples, hbase-it, hbase-resource-bundle, hbase-rest, hbase-shell, hbase-testing-util, hbase-thrift > Here's what we should have: > {noformat} > bin > CHANGES.txt > conf > dev-support > hbase-annotations > hbase-assembly > hbase-checkstyle > hbase-client > hbase-common > hbase-examples > hbase-hadoop1-compat > hbase-hadoop2-compat > hbase-hadoop-compat > hbase-it > hbase-prefix-tree > hbase-protocol > hbase-resource-bundle > hbase-rest > hbase-server > hbase-shell > hbase-testing-util > hbase-thrift > LICENSE.txt > NOTICE.txt > pom.xml > README.txt > src > {noformat} > Here's what only shows up in the source tarball: > {noformat} > bin > CHANGES.txt > conf > dev-support > hbase-annotations > hbase-checkstyle > hbase-client > hbase-common > hbase-hadoop1-compat > hbase-hadoop2-compat > hbase-hadoop-compat > hbase-prefix-tree > hbase-protocol > hbase-resource-bundle > hbase-server > LICENSE.txt > NOTICE.txt > pom.xml > README.txt > src > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)