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

ciManagement from parent is not merging with children

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • 2.0.4
    • None
    • None
    • linux jdk1.5.0_10 amd64

    Description

      If I define the following in my parent pom:

      <ciManagement>
        <system>continuum</system>
        <url>http://blah</url>
      </ciManagement>
      

      and then in the child pom I have the following:

      <ciManagement>
        <notifiers>
          <notifier>
            <type>mail</type>
            <configuration>
              <address>blah</address>
            </configuration>
          </notifier>
        </notifiers>
      </ciManagement>
      

      The ciManagement for the effective pom lacks the system and url properties from the parent pom. Seems like it should be merging them but isn't. This would helpful for reducing code duplication.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              kldavis4 Kelly Davis
              Votes:
              7 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: