Author: gboue
Date: Sat Nov  5 15:49:51 2016
New Revision: 1768232

URL: http://svn.apache.org/viewvc?rev=1768232&view=rev
Log:
[MPH-114] Goal fails with “Unable to get the POM for the artifact”

Clarifying docs: the latest version of the artifact is used when no version is 
specified for the artifact.

Modified:
    
maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EvaluateMojo.java

Modified: 
maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EvaluateMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EvaluateMojo.java?rev=1768232&r1=1768231&r2=1768232&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EvaluateMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-help-plugin/src/main/java/org/apache/maven/plugins/help/EvaluateMojo.java
 Sat Nov  5 15:49:51 2016
@@ -136,7 +136,8 @@ public class EvaluateMojo
     /**
      * An artifact for evaluating Maven expressions.
      * <br/>
-     * <b>Note</b>: Should respect the Maven format, i.e. 
<code>groupId:artifactId[:version][:classifier]</code>.
+     * <b>Note</b>: Should respect the Maven format, i.e. 
<code>groupId:artifactId[:version][:classifier]</code>. The
+     * latest version of the artifact will be used when no version is 
specified.
      */
     @Parameter( property = "artifact" )
     private String artifact;


Reply via email to