[ 
http://jira.codehaus.org/browse/MNG-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147142#action_147142
 ] 

Matthew Smith commented on MNG-2315:
------------------------------------

While transitive dependencies is what maven is all about and makes it the 
wonderful tool it is, there are times when those dependencies need a finer 
grain control.  Not every pom is created equal and there are time when it is a 
good thing to be able to exclude all the dependencies and only include the few 
that are really required by a specific use case.  

This is of course the exception, but an exceptional tool should be able to 
handle the exceptional cases.

> Add option to exclude all transitive dependencies for a particular one
> ----------------------------------------------------------------------
>
>                 Key: MNG-2315
>                 URL: http://jira.codehaus.org/browse/MNG-2315
>             Project: Maven 2
>          Issue Type: New Feature
>          Components: Dependencies
>    Affects Versions: 2.0.4
>            Reporter: Carlos Sanchez
>            Priority: Critical
>             Fix For: 3.0
>
>
> Something like
> <dependency>
>   ...
>   <excludeTransitive>true</excludeTransitive>
> </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