A common Maven debugging technique is to use mvn dependency:tree to view the graph of project dependencies.
However, this list shows the project dependencies, not the plugin dependency tree for each plugin. Is there some way to do this from a project?