You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Benedict (JIRA)" <ji...@codehaus.org> on 2014/01/29 23:02:58 UTC

[jira] (MNG-2807) ciManagement from parent is not merging with children

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

Paul Benedict updated MNG-2807:
-------------------------------

    Fix Version/s:     (was: 3.2)

Removed specified fixed version.

> ciManagement from parent is not merging with children
> -----------------------------------------------------
>
>                 Key: MNG-2807
>                 URL: https://jira.codehaus.org/browse/MNG-2807
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 2.0.4
>         Environment: linux jdk1.5.0_10 amd64
>            Reporter: Kelly Davis
>
> If I define the following in my parent pom:
> {code:xml}
> <ciManagement>
>   <system>continuum</system>
>   <url>http://blah</url>
> </ciManagement>
> {code}
> and then in the child pom I have the following:
> {code:xml}
> <ciManagement>
>   <notifiers>
>     <notifier>
>       <type>mail</type>
>       <configuration>
>         <address>blah</address>
>       </configuration>
>     </notifier>
>   </notifiers>
> </ciManagement>
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)