GitHub user hgschmie opened a pull request:
https://github.com/apache/maven-surefire/pull/30
Add @{...} property evaluation for the argLine.
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hgschmie/maven-surefire master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-surefire/pull/30.patch
----
commit f0d7ea72f477e7bf1661747edc8163127680cbc4
Author: Henning Schmiedehausen <[email protected]>
Date: 2013-12-18T05:14:56Z
Add @{...} property evaluation for the argLine.
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.
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]