Transitive dependencies in a of a module in a multiproject should be exported
-----------------------------------------------------------------------------

                 Key: MIDEA-80
                 URL: http://jira.codehaus.org/browse/MIDEA-80
             Project: Maven 2.x Idea Plugin
          Issue Type: Improvement
    Affects Versions: 2.1
            Reporter: Michael Mekaail
            Priority: Critical


Currently the maven-idea-plugin treats all dependencies the same in that it 
just adds all of them to each module

But what I would like is that if I have dependencies that are transative as a 
result of it depending upon another module in my multimodule project then I 
would like the module to be dependent only upon its upper module and this upper 
module to export all its dependencies.

This stops cluttering of alot of dependencies being put in for each module when 
they can all just be exported from the top level dependency.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to