Uploaded image for project: 'Maven Plugin Tools'
  1. Maven Plugin Tools
  2. MPLUGIN-382

Too many dependencies in plugin descriptor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 3.6.2
    • 3.6.4, 3.6.3
    • Plugin Plugin
    • None

    Description

      Plugin descriptor plugin.xml generated by maven-plugin-plugin in version 3.6.1 for simple mojo has only one dependencies as:

        <dependencies>
          <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <type>jar</type>
            <version>1.7.32</version>
          </dependency>
        </dependencies>
      

      but with version 3.6.2 for the same mojo we have, about 40 dependencies like:

        <dependencies>
          <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <type>jar</type>
            <version>1.7.32</version>
          </dependency>
          <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-core</artifactId>
            <type>jar</type>
            <version>3.5.0</version>
          </dependency>
          <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-model</artifactId>
            <type>jar</type>
            <version>3.5.0</version>
          </dependency>
       ....
      <dependencies>
      

      Attachments

        Issue Links

          Activity

            People

              sjaranowski Slawomir Jaranowski
              sjaranowski Slawomir Jaranowski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: