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

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

[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

        

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

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Isbell closed MNG-3900.
-----------------------------

    Resolution: Fixed

> [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-4
>
>
> 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

        

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

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated MNG-3900:
-----------------------------------

    Fix Version/s:     (was: 3.0-alpha-3)
                   3.0-alpha-2

> [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-2
>
>
> 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

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Shane Isbell (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl updated MNG-3900:
-------------------------------

    Fix Version/s:     (was: 3.0-alpha-3)
                   3.0-alpha-4

> [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-4
>
>
> 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

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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