hboutemy commented on code in PR #1145:
URL: https://github.com/apache/maven/pull/1145#discussion_r1226105568


##########
maven-plugin-api/src/site/apt/index.apt:
##########
@@ -25,15 +25,21 @@
 
 Maven Plugin API
 
- The API for plugins - composed of goals implemented by Mojos - development.
+ The API for plugins - composed of goals implemented by Mojos - development:
+
+ * goal code extends 
{{{./apidocs/org/apache/maven/plugin/AbstractMojo.html}<<<AbstractMojo>>> base 
class}} that implements 
{{{./apidocs/org/apache/maven/plugin/Mojo.html}<<<Mojo>>> interface}},
+
+ * {{{./apidocs/org/apache/maven/plugin/logging/Log.html}<<<Log>>> interface}} 
provides easy logging for the goal.
+
+ []
 
  A plugin is described in a {{{./plugin.html}<<<META-INF/maven/plugin.xml>>> 
plugin descriptor}},
- generally generated from plugin sources using 
{{{/plugin-tools/maven-plugin-plugin/}maven-plugin-plugin}}.
+ generally generated from plugin sources using 
{{{/plugin-tools/maven-plugin-plugin/}maven-plugin-plugin}} (other tools may 
generate it, or it could eventually be hand-written).

Review Comment:
   yes, sure



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