[
https://issues.apache.org/jira/browse/HBASE-6145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-6145:
-------------------------
Attachment: sitev3.txt
I went back to trying to make build work w/ hbase-assembly. It looked
attractive because it almost does the right thing. The big problem w/ this
route that maven wants you to take is that its bound to the package phase.
That means whenever you do a mvn package, it'll take for ever was maven builds
the world then copies it all over the place including jars to make you your
.tar.gz. Most of the time when folks do package, they just want jars made and
installed is my thinking so this would just be a fat annoyance.
I went back to removing hbase-assembly and having assembly done by the parent.
You invoke an assembly by doing assembly:assembly after doing a package and
site (not assembly:single -- thats something else). The attached patch is
pretty much there. I need to do a bit more polishing. All src is included,
its buildable and it runs. Let me do some more testing before committing.
> Fix site target post modularization
> -----------------------------------
>
> Key: HBASE-6145
> URL: https://issues.apache.org/jira/browse/HBASE-6145
> Project: HBase
> Issue Type: Task
> Reporter: stack
> Assignee: stack
> Attachments: site.txt, site2.txt, sitev3.txt
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira