You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/12/18 06:25:19 UTC

[jira] Updated: (MNG-3900) [regression] Properties defined by active profiles are not used for POM interpolation

     [ http://jira.codehaus.org/browse/MNG-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3900:
------------------------------

    Fix Version/s: 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
>             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