[
https://issues.apache.org/jira/browse/MNG-5789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17730521#comment-17730521
]
ASF GitHub Bot commented on MNG-5789:
-------------------------------------
gnodet commented on code in PR #1145:
URL: https://github.com/apache/maven/pull/1145#discussion_r1222935817
##########
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:
Should that one be removed too to be consistent ?
> README.txt in distro doesn't say Maven 3.3.1 requires JDK 1.7
> -------------------------------------------------------------
>
> Key: MNG-5789
> URL: https://issues.apache.org/jira/browse/MNG-5789
> Project: Maven
> Issue Type: Bug
> Components: General
> Affects Versions: 3.3.1
> Environment: n/a
> Reporter: Anders Hammar
> Assignee: Jason van Zyl
> Priority: Major
>
> README.txt needs to be updated to specify that Maven 3.3+ requires JDK 1.7
--
This message was sent by Atlassian Jira
(v8.20.10#820010)