You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Shane Isbell (JIRA)" <ji...@codehaus.org> on 2009/02/05 21:37:19 UTC

[jira] Updated: (MNG-4009) [regression] Effects of active profiles from parent are not inherited by children.

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

Shane Isbell updated MNG-4009:
------------------------------

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

> [regression] Effects of active profiles from parent are not inherited by children.
> ----------------------------------------------------------------------------------
>
>                 Key: MNG-4009
>                 URL: http://jira.codehaus.org/browse/MNG-4009
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Profiles
>    Affects Versions: 3.0-alpha-1
>            Reporter: Benjamin Bentmann
>            Assignee: Shane Isbell
>             Fix For: 3.0-alpha-3
>
>
> Parent POM snippet:
> {code:xml}
> <profiles>
>   <profile>
>     <id>parent-profile</id>
>     <properties>
>       <!-- our children should see this, too -->
>       <parentProfileProperty>PASSED</parentProfileProperty>
>     </properties>
>   </profile>
> </profiles>
> {code}
> The effective child POM is missing the property parentProfileProperty although the profile "parent-profile" has been activated from CLI.

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