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

Alejandro Abdelnur commented on HADOOP-7583:
--------------------------------------------

Eric,

If you are building from trunk/, Maven will run all phases in every sub-module. 
This means that will create the dist for common/hdfs/mapred and any other 
module that produces a distribution.

That will add up to many more developer seconds.

Furthermore, if you want to have ON by default, you can easily do that by 
adding the following to your *~/.m2/settings.xml* file:

{code}
<settings>
  ...
  <activeProfiles>
    <activeProfile>dist</activeProfile>
  </activeProfiles>
  ...
</settings>
{code}

I hope this is an acceptable solution a for you.


> mvn -Ptar and -Pbintar are broken
> ---------------------------------
>
>                 Key: HADOOP-7583
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7583
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>            Priority: Blocker
>
> I can no longer get the artifacts via mvn -Ptar or -Pbintar. Related to 
> HADOOP-7560?

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

        

Reply via email to