You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/07/09 14:24:03 UTC

[maven] branch MNG-7353 updated: improve description

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch MNG-7353
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-7353 by this push:
     new a5ba1bb37 improve description
a5ba1bb37 is described below

commit a5ba1bb37b1cc95b9c583293d0be342ebb49498e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Jul 9 16:24:00 2022 +0200

    improve description
---
 .../java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java b/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
index eac64bdc7..fda3dedb6 100644
--- a/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
+++ b/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
@@ -179,7 +179,7 @@ public class MojoDescriptorCreator
             // groupId:artifactId:goal or pluginPrefix:version:goal (since Maven 3.9.0)
 
             String firstToken = tok.nextToken();
-            // groupId or pluginPrefix? heuristics: groupId contains . but not pluginPrefix
+            // groupId or pluginPrefix? heuristics: groupId contains dot (.) but not pluginPrefix
             if ( firstToken.contains( "." ) )
             {
                 // We have everything that we need except the version