Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
org.apache.maven.plugin.plugin.PluginReport.canGenerateReport() currently reads
return "maven-plugin".equals( project.getPackaging() );
I propose to change it to
return "maven-plugin".equals( project.getPackaging() ) || "takari-maven-plugin".equals( project.getPackaging() );
so that also takari-maven-plugins are supported.
Attachments
Issue Links
- depends upon
-
MPLUGIN-310 PluginReport should use generated plugin.xml by default
- Closed
- links to