kwin commented on code in PR #1361:
URL: https://github.com/apache/maven/pull/1361#discussion_r1440618341


##########
maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java:
##########
@@ -85,8 +84,8 @@ public class MojoDescriptor extends ComponentDescriptor<Mojo> 
implements Cloneab
     private String executeLifecycle;
 
     /**
-     * Description with reason of Mojo deprecation. Similar to Javadoc {@code 
@deprecated}.
-     * This will trigger a warning when a user tries to use a Mojo marked as 
deprecated.
+     * Specify the version when the Mojo was deprecated to the API. Similar to 
Javadoc deprecated. This will trigger a

Review Comment:
   In master it looks different: 
https://github.com/apache/maven/blob/23d13fb322b8d66f03f02ece57d75e154f847367/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java#L88.
 Seems that for some reason this PR restores the 12 year old revision 
https://github.com/apache/maven/commit/acc04dca1b6a7ef39f41d976dcc8eb96aa0aa53f.



-- 
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