You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2019/09/07 11:59:00 UTC

[jira] [Created] (MNG-6760) [REGRESSION] ExclusionArtifactFilter result invalid when wildcard exclusion is followed by other exclusions

Robert Scholte created MNG-6760:
-----------------------------------

             Summary: [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
             Fix For: 3.6.x-candidate


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.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)