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

[jira] [Closed] (MENFORCER-258) dependencyConvergence rule does not take care when you use exclusion with * in your pom.xml

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

Elliotte Rusty Harold closed MENFORCER-258.
-------------------------------------------

> dependencyConvergence rule does not take care when you use exclusion with * in your pom.xml
> -------------------------------------------------------------------------------------------
>
>                 Key: MENFORCER-258
>                 URL: https://issues.apache.org/jira/browse/MENFORCER-258
>             Project: Maven Enforcer Plugin
>          Issue Type: Bug
>          Components: Plugin
>    Affects Versions: 1.4.1
>            Reporter: Alexandre Navarro
>            Priority: Major
>
> dependencyConvergence rule does not take care when you use exclusion with * in your pom.xml
> Ex : 
>         <dependency>
>             <groupId>aGroupId</groupId>
>             <artifactId>anArtifactId</artifactId>
>             <version>aVersion</version>
>             <classifier>api</classifier>
>             <exclusions>
>                 <exclusion>
>                     <groupId>*</groupId>
>                     <artifactId>*</artifactId>
>                 </exclusion>
>              </exclusions>
> And the dependencyConvergence says this some problem of dependencies on transitive anArtifactId, it should be not the case as I set exclusion *.
> Tell me if it is not clear.



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