michael-o commented on code in PR #147:
URL: https://github.com/apache/maven-plugin-tools/pull/147#discussion_r993788064


##########
maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginReport.java:
##########
@@ -226,6 +228,10 @@ public boolean canGenerateReport()
     protected void executeReport( Locale locale )
         throws MavenReportException
     {
+        getLog().warn( "The report of the maven-plugin-plugin is deprecated, 
please use "
+                + "the report from the maven-plugin-report-plugin instead. 
This plugin will be removed "
+                + "in version 4.0.0." );
+

Review Comment:
   Important: The plugin is *not* removed, but just the report goal. Therefore: 
"report goal", "plugin goal"



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to