Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 45864 invoked from network); 7 Jan 2006 22:46:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jan 2006 22:46:27 -0000 Received: (qmail 84149 invoked by uid 500); 7 Jan 2006 22:46:25 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 84122 invoked by uid 500); 7 Jan 2006 22:46:25 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 84111 invoked by uid 99); 7 Jan 2006 22:46:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jan 2006 14:46:25 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.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; Sat, 07 Jan 2006 14:46:22 -0800 Received: (qmail 22904 invoked by uid 89); 7 Jan 2006 22:46:01 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 7 Jan 2006 22:46:01 -0000 Message-ID: <121230403.1136673961832.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Sat, 7 Jan 2006 16:46:01 -0600 (CST) From: "Brett Porter (JIRA)" To: dev@maven.apache.org Subject: [jira] Commented: (MNG-1943) MavenProject::getParent() returns a MavenProject that is NOT interpolated In-Reply-To: <71081102.1136660522598.JavaMail.haus-jira@codehaus01.managed.contegix.com> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/MNG-1943?page=comments#action_55171 ] Brett Porter commented on MNG-1943: ----------------------------------- I'm not sure we should interpolate it by default. It's a rare case that the interpolated model is needed. I will see for MSITE-71 whether I can use the interpolation component from the plugin. As for integration tests - we have those for interpolation, what we really need is parent interpolation. > MavenProject::getParent() returns a MavenProject that is NOT interpolated > ------------------------------------------------------------------------- > > Key: MNG-1943 > URL: http://jira.codehaus.org/browse/MNG-1943 > Project: Maven 2 > Type: Bug > Reporter: John Allen > Priority: Blocker > > > Plugin developers repeatedly use ${project}.getParent().someMethod() yet getParent() returns a project that has not been interpolated. This obviously needs to be fixed but may I also suggest that all plugin acceptance testing is revisted to ensure that the tests use POMs that are littered with property expressions and not literals. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org