Is there an easy way to make maven list the parent POMs a POM inherits directly and indirectly?
I'm looking for something similar to
mvn dependency:tree
only "upstream" (i.e. for parent POMs inherited), not "downstream" (i.e. for dependencies on other libraries)...