From issues-return-105454-apmail-maven-issues-archive=maven.apache.org@maven.apache.org Sun Oct 4 09:29:27 2015 Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A378187F2 for ; Sun, 4 Oct 2015 09:29:27 +0000 (UTC) Received: (qmail 54341 invoked by uid 500); 4 Oct 2015 09:29:26 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 54232 invoked by uid 500); 4 Oct 2015 09:29:26 -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 54012 invoked by uid 99); 4 Oct 2015 09:29:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2015 09:29:26 +0000 Date: Sun, 4 Oct 2015 09:29:26 +0000 (UTC) From: "Robert Scholte (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MNG-5900) Support ${this.*} as expression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MNG-5900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scholte updated MNG-5900: -------------------------------- Description: Right now we have $\{project.\*} which always interpolates values based on the final project. So it is not possible that parent poms can lock values. By adding $\{this} it will be possible to have intermediate interpolation. If a pomfile depends on a parent, that parent will first resolve all $\{this.\*} values for itself. Once the fully inherited pom is there, all $\{project.\*} will be resolved. was: Right now we have $\{project.*} which always interpolates values based on the final project. So it is not possible that parent poms can lock values. By adding $\{this} it will be possible to have intermediate interpolation. If a pomfile depends on a parent, that parent will first resolve all $\{this.*} values for itself. Once the fully inherited pom is there, all $\{project.*} will be resolved. > Support ${this.*} as expression > ------------------------------- > > Key: MNG-5900 > URL: https://issues.apache.org/jira/browse/MNG-5900 > Project: Maven > Issue Type: Bug > Components: Inheritance and Interpolation > Reporter: Robert Scholte > > Right now we have $\{project.\*} which always interpolates values based on the final project. So it is not possible that parent poms can lock values. By adding $\{this} it will be possible to have intermediate interpolation. > If a pomfile depends on a parent, that parent will first resolve all $\{this.\*} values for itself. Once the fully inherited pom is there, all $\{project.\*} will be resolved. -- This message was sent by Atlassian JIRA (v6.3.4#6332)