Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.6.2
-
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
- is caused by
-
MPLUGIN-372 Descriptor generation does not work when Mojo class hierarchy extends provided class
- Closed
- links to