You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/08/24 07:32:45 UTC

[jira] [Comment Edited] (HBASE-14298) Source assemblies incorrect after recent POM changes (0.98)

    [ 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)