Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-957

Dependency incompatibility between 1.11.2 and maven-dependency-plugin

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • None
    • None

    Description

      Using the dependency analyzer as an explicit dependency for the dependency plugin:

       

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-dependency-plugin</artifactId>
        <version>3.1.12</version>
        <dependencies>
          <dependency>
            <groupId>org.apache.maven.shared</groupId>
            <artifactId>maven-dependency-analyzer</artifactId>
            <version>1.11.1</version>
          </dependency>
        </dependencies>
      ...

      This works fine with version 1.11.1. Upgrading to 1.11.2 (or 1.11.3), which are supposed (at least that is implied by the semantic versioning) fully compatible to 1.11.1 yields

      ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.2:analyze-only (default) on project duplicate-finder-maven-plugin: Execution default of goal org.apache.maven.plugins:maven-dependency-plugin:3.1.2:analyze-only failed: Unsupported api 524288 -> [Help 1]
       

      Attachments

        1. MSHARED-957.tar.gz
          0.9 kB
          hgschmie

        Activity

          People

            elharo Elliotte Rusty Harold
            henning Henning Schmiedehausen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: