[ 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)