Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-4009

[regression] Effects of active profiles from parent are not inherited by children.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0-alpha-1
    • 3.0-alpha-3
    • Profiles
    • None

    Description

      Parent POM snippet:

      <profiles>
        <profile>
          <id>parent-profile</id>
          <properties>
            <!-- our children should see this, too -->
            <parentProfileProperty>PASSED</parentProfileProperty>
          </properties>
        </profile>
      </profiles>
      

      The effective child POM is missing the property parentProfileProperty although the profile "parent-profile" has been activated from CLI.

      Attachments

        Issue Links

          Activity

            People

              sisbell Britton Isbell
              bentmann Benjamin Bentmann
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: