0.3.2
Added new trees Mojos (all require project):
parent-child-tree
: shows a tree of reactor modules where child node refers to parent node as "parent POM".subproject-tree
: shows a tree of reactor modules where parent node enlists child nodes as subproject (aka "module")project-dependency-tree
: shows a tree of reactor modules where parent node enlists child nodes as dependencies. This tree is similar to "ordinary tree" but does not have scope and reflects in-reactor inter-project relations. May show "external" (outside of reactor) dependencies as well, but unlike plain tree, it stops on hitting external dependency.
What's Changed
Full Changelog: release-0.3.1...release-0.3.2