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 A86DCF110 for ; Tue, 26 Mar 2013 05:29:17 +0000 (UTC) Received: (qmail 72784 invoked by uid 500); 26 Mar 2013 05:29:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 72534 invoked by uid 500); 26 Mar 2013 05:29:16 -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 72502 invoked by uid 99); 26 Mar 2013 05:29:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Mar 2013 05:29:15 +0000 Date: Tue, 26 Mar 2013 05:29:15 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8187) trunk/0.95 tarball packaging 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-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613514#comment-13613514 ] stack commented on HBASE-8187: ------------------------------ This is useless: {code} MAVEN_OPTS="-Xmx3g" mvn clean install -DskipTests -DdescriptorId=src assembly:assembly {code} ... as is this: {code} MAVEN_OPTS="-Xmx3g" mvn clean install -DskipTests -DdescriptorId=src assembly:assembly {code} Makes near empty assemblies; doesn't factor in the multi-modules (the src does include the top-level modules src). I'm now back to messing w/ assemblies. Enis reminded of need to be able to produce an artifact that includes/runs-on hadoop2: "Can we do it the current way of the hadoop.profile + the version specified by the command line. I was thinking like a BUILDING.txt including To build the release from the source, use: mvn package -Dhadoop.profile=2.0 -Dhadoop.version=2.0.3-alpha -Dversion=0.95.0-hadoop2" > trunk/0.95 tarball packaging > ---------------------------- > > Key: HBASE-8187 > URL: https://issues.apache.org/jira/browse/HBASE-8187 > Project: HBase > Issue Type: Bug > Reporter: stack > Priority: Blocker > > Packaging needs work now we have maven multi-moduled. Sounds like folks want a package for hadoop1 and hadoop2. Also want source package and maybe even a package that includes test jars so can run integration tests. > Let this be umbrella issue for package fixes. Will hang smaller issues off this one as we figure them. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira