Community
Participate
Working Groups
Build Identifier: 20110615-0604 If have a project B depending on project A, the dependency hierarchy tab of project B will only show transitive dependencies of A after A was installed to the local maven repo. Expected would be a workspace resolution of project B (therefore displaying transitive dependencies immediately) without needing to run maven install first. Reproducible: Always Steps to Reproduce: 1. Create Maven Project A 2. Create Maven Project B 3. Insert Dependency to A into B 4. Maven install both 5. Have a look at the dependency hierarchy of B (no transitive dependencies -> correct) 6. Add a dependency to A, save the pom 7. Have a look at the dependency hierarchy of B (no transitive dependencies -> incorrect)
Should be fixed now. http://git.eclipse.org/c/m2e/m2e-core.git/commit/?id=bfff4a0509d7ec9bdb813ca40e7bfb16372548f5
Moved to https://github.com/eclipse-m2e/m2e-core/issues/