michael-o commented on code in PR #985:
URL: https://github.com/apache/maven/pull/985#discussion_r1099093034
##########
maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/MojoDescriptor.java:
##########
@@ -87,6 +87,7 @@ public class MojoDescriptor extends ComponentDescriptor<Mojo>
implements Cloneab
* 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.
*/
+ @Deprecated
Review Comment:
This is wrong. Just wrong.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]