Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.16
-
None
-
Patch
Description
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