Would `mvn dependency:tree -Dverbose -Dincludes=grpc-api` work in this case? The documentation uses it in a very similar situation, to find out the transitive dependency path to two different versions of the same dependency: https://maven.apache.org/plugins/maven-dependency-plugin/examples/resolving-conflicts-using-the-dependency-tree.html
On Mon, Oct 28, 2019 at 6:58 PM Tomo Suzuki <[email protected]> wrote: > Hi Maven users, > > Do you know any visualization tool to show relationship (import/parent) of > POMs? > > Background: > Today, I encountered a situation where I had to dig parent/import > relationship of multiple POMs. I had to read pom.xml via search.maven.org > for each POM artifact. > Detail: > https://github.com/GoogleCloudPlatform/cloud-opensource-java/issues/1001 . > I wish I can troubleshoot in a better way next time. > > Regards, > Tomo > > -- > Regards, > Tomo >
