[ https://issues.apache.org/jira/browse/MNG-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Scholte updated MNG-6760: -------------------------------- Description: MNG-6713 was a fix to support wildcard exclusions. Before they were always ignored, since it was an exact match of the wildcard with the groupId or artifactId, which would always be false. The improvement contains a bug, because in case of a wildcard, it does a direct match, ignoring following exclusions. *WORKAROUND*: Start the exclusion-list with the explicit groupID and artifactId, ending with the exclusions containing wildcards. This will restore the behavior as before MNG-6713 was: MNG-6713 was a fix to support wildcard exclusions. Before they were always ignored, since it was an exact match of the wildcard with the groupId or artifactId, which would always be false. The improvement contains a bug, because in case of a wildcard, it does a direct match, ignoring following exclusions. WORKAROUND: Start the exclusion-list with the explicit groupID and artifactId, ending with the exclusions containing wildcards. This will restore the behavior as before MNG-6713 > [REGRESSION] ExclusionArtifactFilter result invalid when wildcard exclusion > is followed by other exclusions > ----------------------------------------------------------------------------------------------------------- > > Key: MNG-6760 > URL: https://issues.apache.org/jira/browse/MNG-6760 > Project: Maven > Issue Type: Bug > Components: Dependencies > Affects Versions: 3.6.2 > Reporter: Robert Scholte > Assignee: Robert Scholte > Priority: Major > Fix For: 3.6.3 > > > MNG-6713 was a fix to support wildcard exclusions. Before they were always > ignored, since it was an exact match of the wildcard with the groupId or > artifactId, which would always be false. > The improvement contains a bug, because in case of a wildcard, it does a > direct match, ignoring following exclusions. > *WORKAROUND*: Start the exclusion-list with the explicit groupID and > artifactId, ending with the exclusions containing wildcards. This will > restore the behavior as before MNG-6713 -- This message was sent by Atlassian Jira (v8.3.2#803003)