You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2015/05/30 01:10:18 UTC

[jira] [Updated] (MSHADE-141) keepDependenciesWithProvidedScope does not work

     [ https://issues.apache.org/jira/browse/MSHADE-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise updated MSHADE-141:
---------------------------------------
    Fix Version/s: waiting-for-feedback

> keepDependenciesWithProvidedScope does not work
> -----------------------------------------------
>
>                 Key: MSHADE-141
>                 URL: https://issues.apache.org/jira/browse/MSHADE-141
>             Project: Maven Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Steve Tynor
>             Fix For: waiting-for-feedback
>
>         Attachments: pom-direct.xml, pom-indirect.xml
>
>
> keepDependenciesWithProvidedScope option does not seem to work.
> Expected behavior from both poms is to create an uber jar from the following transitive dependencies: 
> [INFO] Including org.apache.activemq:activemq-client:jar:5.8.0 in the shaded jar.
> [INFO] Including org.slf4j:slf4j-api:jar:1.6.6 in the shaded jar.
> [INFO] Including org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1 in the shaded jar.
> [INFO] Including org.fusesource.hawtbuf:hawtbuf:jar:1.9 in the shaded jar.
> [INFO] Including org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1 in the shaded jar.
> I've attached two test cases 
>    mvn -f pom-direct.xml clean install
> will create an empty jar.
>    mvn -f pom-indirect.xml clean install
> will not include the slf4j-api which is a dependency of activemq-client, but is marked provided in the pom.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)