[ http://jira.codehaus.org/browse/MNG-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter updated MNG-3900: ------------------------------ Assignee: Shane Isbell Fix Version/s: (was: 3.0-alpha-4) 3.0-alpha-3 > [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 > Assignee: Shane Isbell > 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