Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-reporting-exec-1.2
-
None
Description
sometimes, report of a plugin is named "report" (sic!), then we get
[INFO] configuring report plugin org.apache.maven.plugins:maven-plugin-plugin:3.4 [INFO] preparing 'report' report requires 'process-classes' forked phase execution ... [INFO] 'process-classes' forked phase execution for 'report' report preparation done
not really easy to understand
Since a report is a goal of a plugin, instread of "report", we could prepend with the plugin name: "maven-plugin-plugin:report"