Uploaded image for project: 'Maven Enforcer Plugin'
  1. Maven Enforcer Plugin
  2. MENFORCER-258

dependencyConvergence rule does not take care when you use exclusion with * in your pom.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.1
    • None
    • Plugin
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            schumnana Alexandre Navarro
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: