[ https://issues.apache.org/jira/browse/HBASE-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838292#action_12838292 ]
Dan Washusen commented on HBASE-2264: ------------------------------------- Would it be possible to generate an exploded directory as well as the tarball. It's not a big deal but I think it would be handy... It's as simple as changing the formats element in in src/assembly/bin.xml: {code} <formats> <format>dir</format> <format>tar.gz</format> </formats> {code} This results in: {code} target/hbase-0.21.0-SNAPSHOT-bin <-- directory target/hbase-0.21.0-SNAPSHOT-bin.tar.gz {code} > Even more improvements to the Maven build system and HBase directory structure > ------------------------------------------------------------------------------ > > Key: HBASE-2264 > URL: https://issues.apache.org/jira/browse/HBASE-2264 > Project: Hadoop HBase > Issue Type: Improvement > Components: build > Affects Versions: 0.21.0 > Reporter: Lars Francke > Assignee: Lars Francke > Priority: Minor > Attachments: HBASE-2264-1.patch, hbase2264.sh > > > This is the follow-up patch for HBASE-2254. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.