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

Lo-Tan commented on MNG-2315:
-----------------------------

I have come across this and found it would be useful as well.  The use case for 
us was all of our projects build normally (EAR + skinny WARs), but when we get 
to the final deployment, our resulting EAR file contains only the libraries we 
create.  We put all the third party libraries into a shared Java EE library 
(running WebLogic server) and thus, in the EAR we have to exclude all the 
transitives from all of our projects :(  It's harsh to have to do it for each 
and every transitive.

> 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 & 3
>          Issue Type: New Feature
>          Components: Dependencies
>    Affects Versions: 2.0.4
>            Reporter: Carlos Sanchez
>            Priority: Critical
>             Fix For: 3.1
>
>
> 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