[ http://jira.codehaus.org/browse/MNG-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=137460#action_137460 ]
Paul Bakker commented on MNG-2446: ---------------------------------- I agree this is a major issue. We use the exact same mechanism as described by Hans, and run into the same problem. > parent Pom properties not resolved for module dependencies > ----------------------------------------------------------- > > Key: MNG-2446 > URL: http://jira.codehaus.org/browse/MNG-2446 > Project: Maven 2 > Issue Type: Bug > Components: Dependencies > Affects Versions: 2.0.4 > Environment: WindowsXP/Linux - JDK 1.4 last version > Reporter: Jeremie Poutrin > Priority: Minor > Fix For: Reviewed Pending Version Assignment > > > 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