[ http://jira.codehaus.org/browse/MNG-2807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_124607 ]
Paul Benedict commented on MNG-2807: ------------------------------------ This would greatly help when submodules are ran by different developers. The software engineers can be placed in the parent POM, and additional developers notified via the children POM. > ciManagement from parent is not merging with children > ----------------------------------------------------- > > Key: MNG-2807 > URL: http://jira.codehaus.org/browse/MNG-2807 > Project: Maven 2 > Issue Type: Bug > Components: Inheritance and Interpolation > Affects Versions: 2.0.4 > Environment: linux jdk1.5.0_10 amd64 > Reporter: Kelly Davis > Fix For: Reviewed Pending Version Assignment > > > 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> > <notifier> > <type>mail</type> > <configuration> > <address>blah</address> > </configuration > </notifier> > </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. -- 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