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

Eric Yang commented on HADOOP-7554:
-----------------------------------

The main idea is to reduce complex steps in maven to a batch set of build 
instructions.  It also helps packaging of multiple type friendly.  Hence, 
-Prpm, -Pdeb are more complex but consistent.
Both HBase and Hadoop are setup to use profiles for packaging.  Like Alejandro 
said, the packaging logic has a common parent, hence packaging code are 
inherited from the same pom to reduce repetitiveness.  Besides, -Ptar is 
shorter to type than assembly:single.  

> Use 'assembly' rather than '-Ptar' for creating the tarball
> -----------------------------------------------------------
>
>                 Key: HADOOP-7554
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7554
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>            Reporter: Arun C Murthy
>
> AFAIK assembly is the way to create artifacts - currently we use profiles 
> (-Ptar or -Pbintar). 
> MapReduce uses assembly via MAPREDUCE-279.
> I'd like to see a common way across the whole project. Thoughts?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to