[
https://issues.apache.org/jira/browse/YARN-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Abdelnur updated YARN-888:
------------------------------------
Attachment: YARN-888.patch
The patch moves all the dependencies to the leaf projects declaring explicitly
what the module needs (used the dependency:analyze plugin to zero on that,
commented in the POMs the dependencies not caught by the plugin as used).
I've also did a DIST build and verified the JARs in the DIST are all the same
(with the exception of the yarn-site JAR which is no more, the project for it
is of type 'pom').
I've also verified Intellij now works fine compiling and running testcases.
> clean up POM dependencies
> -------------------------
>
> Key: YARN-888
> URL: https://issues.apache.org/jira/browse/YARN-888
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 2.1.0-beta
> Reporter: Alejandro Abdelnur
> Assignee: Alejandro Abdelnur
> Attachments: YARN-888.patch
>
>
> Intermediate 'pom' modules define dependencies inherited by leaf modules.
> This is causing issues in intellij IDE.
> We should normalize the leaf modules like in common, hdfs and tools where all
> dependencies are defined in each leaf module and the intermediate 'pom'
> module do not define any dependency.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)