Guillaume Boué created MPH-119:
----------------------------------

             Summary: The "artifact" parameter is not taken into account with 
Maven 3
                 Key: MPH-119
                 URL: https://issues.apache.org/jira/browse/MPH-119
             Project: Maven Help Plugin
          Issue Type: Bug
          Components: evaluate
    Affects Versions: 2.2
            Reporter: Guillaume Boué
            Assignee: Guillaume Boué


With Maven 3, the {{artifact}} parameter is not taken into account when 
evaluating expressions. Example:

{noformat}
$ mvn help:evaluate -Dartifact=log4j:log4j -Dexpression=project.name
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-help-plugin:2.2:evaluate (default-cli) @ standalone-pom ---
[INFO]
Maven Stub Project (No POM)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
{noformat}

Expected output would be "Apache Log4j", instead of the stub Maven project.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to