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


##########
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.
+  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 will be 
used.<<<groupId>>>s
+  If a plugin is called from the command line without a fully qualified name, 
for example <<<mvn versions:set>>>, Maven searches for plugins with the  
<<<org.apache.maven.plugins>>> or <<<org.codehaus.mojo>>>.

Review Comment:
   > There is a word missing here. Maybe "group ID"?
   
   Now I got it - I put it in the wrong line 🤦‍♂️ 



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