[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


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

        

Reply via email to