Fix interpolation of recursively nested build properties
--------------------------------------------------------
Key: MNG-3904
URL: http://jira.codehaus.org/browse/MNG-3904
Project: Maven 2
Issue Type: Bug
Reporter: Jason van Zyl
Nexus integration tests specify a property as:
fake-central = ${project.build.testOutputDirectory}/fake-central
where
${project.build.testOutputDirectory} is defined as
${project.build.directory}/test-classes
where
${project.build.directory} is defined as ${project.basedir}/target
We are getting ${project.build.testOutputDirectory} being evaluated and then
${project.basedir} stuck on the front.
--
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