You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Enrico Olivelli (JIRA)" <ji...@apache.org> on 2018/12/27 16:51:00 UTC

[jira] [Resolved] (MASSEMBLY-799) Exclusion on wildcard, then the assembly would still package to include the excluded libraries

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

Enrico Olivelli resolved MASSEMBLY-799.
---------------------------------------
    Resolution: Fixed

> Exclusion on wildcard, then the assembly would still package to include the excluded libraries
> ----------------------------------------------------------------------------------------------
>
>                 Key: MASSEMBLY-799
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-799
>             Project: Maven Assembly Plugin
>          Issue Type: Bug
>          Components: filtering
>    Affects Versions: 2.6
>            Reporter: Martin He
>            Priority: Major
>             Fix For: 3.1.1
>
>
> Assembly could not recognize the 
> ...
> <exclusions>
>  <exclusion>
>   <artifactId>*</artifactId>
>   <groupId>*</groupId>
>  </exclusion>
> </exclusions>
> ...
> in the <dependencies>, so would default assemble all the transitive jars to the package.
> I need to specify every exclusion to make this work...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)