-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.8
-
Fix Version/s: None
-
Component/s: tree
-
Labels:None
When running mvn dependency:tree on a multi-module project, inter-module dependencies are not resolved through reactor. Using another goal in the same build (e.g. mvn compile dependency:tree) as suggested in http://www.mail-archive.com/users@maven.apache.org/msg104341.html resolves the immediate issue.