[
http://jira.codehaus.org/browse/MNG-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shane Isbell updated MNG-3900:
------------------------------
Fix Version/s: (was: 3.0-alpha-2)
3.0-alpha-3
Moving this to alpha-3. We need to cleanup the old profile implementation with
the new project builder code, which will take a bit of work.
> [regression] Properties defined by active profiles are not used for POM
> interpolation
> -------------------------------------------------------------------------------------
>
> Key: MNG-3900
> URL: http://jira.codehaus.org/browse/MNG-3900
> Project: Maven 2
> Issue Type: Bug
> Components: Inheritance and Interpolation, Profiles
> Affects Versions: 3.0-alpha-1
> Reporter: Benjamin Bentmann
> Fix For: 3.0-alpha-3
>
>
> For the POM snippet
> {code:xml}
> <properties>
> <test>FAILED</test>
> <property>${test}</property>
> </properties>
> <profiles>
> <profile>
> <id>interpolation-profile</id>
> <properties>
> <test>PASSED</test>
> </properties>
> </profile>
> </profiles>
> {code}
> and the activated profile "interpolation-profile" the effective value of
> {{${property}}} will be {{FAILED}} Instead of {{PASSED}}.
--
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