Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
2.0.4
-
None
-
None
-
WindowsXP/Linux - JDK 1.4 last version
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
MNG-3057 properties not expanded in generated POMs when building A/B/C nested projects
- Closed