You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Madhav (Jira)" <ji...@apache.org> on 2019/12/10 10:56:00 UTC

[jira] [Created] (MSHADE-336) ArtifactSet inclusion doesn't include transitive dependencies

Madhav created MSHADE-336:
-----------------------------

             Summary: ArtifactSet inclusion doesn't include transitive dependencies
                 Key: MSHADE-336
                 URL: https://issues.apache.org/jira/browse/MSHADE-336
             Project: Maven Shade Plugin
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Madhav


I am using the below snippet to include an specific dependency which is declared in the project pom.

 

                 <artifactSet>

                    <includes>

                           <include>groupX:artifactY</include>                                     

                      </includes>             

                  </artifactSet>

 

It only includes artifactY ignoring the dependencies of artifactY POM.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)