[ 
https://issues.apache.org/jira/browse/MENFORCER-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16998477#comment-16998477
 ] 

Robert Scholte commented on MENFORCER-258:
------------------------------------------

This was actually a Maven issue. When using Maven 3.6.3 and it'll be fixed 
thanks to MNG-6760 ( and MNG-6713)

> 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)

Reply via email to