Marcono1234 commented on code in PR #757: URL: https://github.com/apache/maven-site/pull/757#discussion_r2042992100
########## content/apt/guides/plugin/guide-java-plugin-development.apt.vm: ########## @@ -438,6 +449,11 @@ public class MyQueryMojo extends AbstractMojo { The property annotation for each parameter tells Maven which setter and getter to use when the field's name does not match the name of the parameter in the plugin configuration. +* Plugin Documentation + + To make it easy for others to use your plugin, you should document it. See the {{{../development/guide-plugin-documentation.html}Plugin Documentation Guide}} + for more information. + Review Comment: Not sure if this is redundant / too much here. -- 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