[ 
https://issues.apache.org/jira/browse/HBASE-10790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13941486#comment-13941486
 ] 

Liu Shaohui commented on HBASE-10790:
-------------------------------------

[~stack]
{quote}
Is it that you just forget to add the assembly:single or is it that you think 
the tar ball should always be produced
{quote}
Yes, I think the tar ball should be produced in most times and using 
assembly:single option to build tar ball is not direct. 
{quote}
How much longer does it take to make the tarball?
{quote}
In my dev machine, it will take about 13s more to make the tarball.
{code}
time mvn clean package -DskipTests   ->1m10.656s
time mvn clean package assembly:single -DskipTests -> 1m23.425s 
{code} 


> make assembly:single as default in pom.xml
> ------------------------------------------
>
>                 Key: HBASE-10790
>                 URL: https://issues.apache.org/jira/browse/HBASE-10790
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liu Shaohui
>            Assignee: Liu Shaohui
>            Priority: Minor
>         Attachments: HBASE-10790-trunk-v1.diff
>
>
> Now to compile a HBase tar release package, we should use
> the cmd: 
> {code}
>  mvn clean package assembly:single
> {code}, which is not convenient. We can make assembly:single as a default 
> option and run the assembly plugin in maven package phase. Then we can just 
> use the cmd {code} mvn clean package {code} to get a release package.
> Other suggestions are welcomed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to