[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


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

        

Reply via email to