I have a use-case where we want to know all the versions that a Maven project gets per dependency tree even if they are omitted.
Per maven-dependency-plugin documentation the "verbose" option has been discontinued since Maven 3 and "tree" Mojo of dependency goal is not more able to show the omitted dependencies.
I am using Maven 3.5.0 and tried using an additional installation of Maven 2.x, but that yields compatibility issues with Java 8 apps.
Is there a way to get verbose dependency tree output in Maven 3?