The dependency goal 'dependency:tree' goal works great for finding dependencies, but it doesn't list the parent of your pom itself. So if my project inherits from project 'parent.project', and I run dependency:tree, then my dependencies, and those of 'parent.project', are listed, but 'parent.project' is not.
Is there any way to get the parent pom (and its parent(s) if it has them) reported from a plugin? Lindsay
