[ 
https://issues.apache.org/jira/browse/HADOOP-7496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alejandro Abdelnur updated HADOOP-7496:
---------------------------------------

    Attachment: HADOOP-7496v1.patch

breaks tar profile into to steps:

-Pdistro : creates the layout in target/${PROJECT}-${VERSION}/

-Dtar : creates a tar with it.

Example:

$ mvn package -Pdistro # creates layout

$ mvn package -Pdistro -Dtar # creates in addition the TAR

> break Maven TAR & bintar profiles into just LAYOUT & TAR proper
> ---------------------------------------------------------------
>
>                 Key: HADOOP-7496
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7496
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 0.23.0
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>             Fix For: 0.23.0
>
>         Attachments: HADOOP-7496v1.patch
>
>
> Currently the tar & bintar profile create the layout and create tarball.
> For development it would be convenient to break them into layout and tar, 
> thus not having to pay the overhead of TARing up.

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

        

Reply via email to