parent Pom properties not resolved for module dependencies -----------------------------------------------------------
Key: MNG-2446 URL: http://jira.codehaus.org/browse/MNG-2446 Project: Maven 2 Type: Bug Components: Dependencies Versions: 2.0.4 Environment: WindowsXP/Linux - JDK 1.4 last version Reporter: Jeremie Poutrin Priority: Minor root-project --> root-pom.xml with <version>${my.version}</version> |------->proj1 <parent><version>${my.version}</version></parent> |------->proj2 <parent><version>${my.version}</version></parent> | | | |->proj1 dependency |------->proj3 <parent><version>${my.version}</version></parent> if I compile from the root-project directory, all compile fine. if I compile from the proj2 directory, maven2 resolve proj2-${my.version} resolve proj1-${my.version} but tries to resolve the parent version root-project-${my.version} but this is not resolved. -- 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