Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: Backlog
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Maven 2.04 and 2.0.x
-
Complexity:Intermediate
Description
I have a MOJO that sets a property for the project: project.getProperties().put(propertyName, value);
When I reference this property in the <systemProperties> element of my surfire configuration it is not correctly evaluated even if it is a String. But if I use a direct project property (like basedir) ${basedir}/target is correctly evaluated.
In another MOJO, used as a parameter this property is correctly evaluated.
Issue Links
- depends upon
-
MNG-2201
Interpolation problem when using surefire
-
If I use a Map like environmentVariables for example, the property is correctly evaluated.
This look more like a maven issue than a surfire one.