Bukama commented on code in PR #694:
URL: https://github.com/apache/maven-site/pull/694#discussion_r1962164849


##########
content/apt/guides/mini/guide-configuring-plugins.apt:
##########
@@ -47,6 +47,12 @@ Guide to Configuring Plug-ins
   {{{/ref/current/maven-model/maven.html#class_plugin}information}}:
   <<<groupId>>>, <<<artifactId>>> and <<<version>>>.
 
+  However, there is a default <<<groupId>>> defined in the Maven 
{{{/xsd/maven-4.0.0.xsd}POM 4.0.0 XSD}} and later.
+  If no <<<groupId>>> is defined for a plugin in the <<<build>>> or 
<<<reporting>>> section of POM file, the value <<<org.apache.maven.plugins>>> 
is used to find the plugin.
+  This means that Maven assumes an official Maven plugin shall be used.
+  If a plugin is called from the command line without full qualified name, for 
example <<<mvn versions:set>>>, Maven searches for plugins defined within the 
<<<groupId>>>s <<<org.apache.maven.plugins>>> and <<<org.codehaus.mojo>>>.

Review Comment:
   Rephrased a bit, but still not sure what noun could miss. Could you give me 
a hint please?



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