Henning Schmiedehausen created SUREFIRE-1047:
------------------------------------------------

             Summary: Add @{...} property evaluation for the argLine
                 Key: SUREFIRE-1047
                 URL: https://jira.codehaus.org/browse/SUREFIRE-1047
             Project: Maven Surefire
          Issue Type: Improvement
          Components: Maven Surefire Plugin
    Affects Versions: 2.16
            Reporter: Henning Schmiedehausen


Replaces expressions @{property-name} in the argLine with the
corresponding properties from the model. This allows late evaluation
of property values when the plugin is executed (as compared to
evaluation when the pom is parsed as is done with ${property-name}
expressions).

This allows other plugins to modify or set properties with the changes
getting picked up by surefire.

Please merge the pull request at 
https://github.com/apache/maven-surefire/pull/30

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to