From issues-return-17680-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Fri Feb 02 19:23:12 2007 Return-Path: Delivered-To: apmail-maven-issues-archive@locus.apache.org Received: (qmail 51112 invoked from network); 2 Feb 2007 19:23:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 19:23:09 -0000 Received: (qmail 74539 invoked by uid 500); 2 Feb 2007 19:23:15 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 74469 invoked by uid 500); 2 Feb 2007 19:23:14 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 74458 invoked by uid 99); 2 Feb 2007 19:23:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 11:23:14 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 11:23:05 -0800 Received: (qmail 3856 invoked by uid 89); 2 Feb 2007 19:22:44 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 2 Feb 2007 19:22:44 -0000 Message-ID: <61768501.1170444164322.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 2 Feb 2007 13:22:44 -0600 (CST) From: "Kelly Davis (JIRA)" To: issues@maven.apache.org Subject: [jira] Created: (MNG-2807) ciManagement from parent is not merging with children MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 If I define the following in my parent pom: continuum http://blah and then in the child pom I have the following: mail
blah
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