systemProperties not correctly evaluated
----------------------------------------

                 Key: SUREFIRE-60
                 URL: http://jira.codehaus.org/browse/SUREFIRE-60
             Project: surefire
          Issue Type: Bug
    Affects Versions: 2.2
         Environment: Maven 2.04 and 2.0.x
            Reporter: Emmanuel Hugonnet


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to