[ 
https://issues.apache.org/jira/browse/MPLUGIN-423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616659#comment-17616659
 ] 

ASF GitHub Bot commented on MPLUGIN-423:
----------------------------------------

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"





> Extract plugin report into its own plugin
> -----------------------------------------
>
>                 Key: MPLUGIN-423
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-423
>             Project: Maven Plugin Tools
>          Issue Type: Task
>            Reporter: Guillaume Nodet
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to