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


##########
content/apt/guides/mini/guide-configuring-plugins.apt:
##########
@@ -47,7 +47,11 @@ Guide to Configuring Plug-ins
   {{{/ref/current/maven-model/maven.html#class_plugin}information}}:
   <<<groupId>>>, <<<artifactId>>> and <<<version>>>.
 
-  <<Important Note>>: Always define the version of each plugin used to 
guarantee
+  If no <<<groupId>>> is defined for a plugin in the <<<build>>> or 
<<<reporting>>> section of POM file, Maven uses the group ID 
<<<org.apache.maven.plugins>>> to find the plugin.
+  This means that Maven assumes an official Maven plugin will be used.
+  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 group 
ID <<<org.apache.maven.plugins>>> or <<<org.codehaus.mojo>>>.

Review Comment:
   Done



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