Display omitted versions in maven dependency:tree?

Yes, you can have the omitted artifacts by setting the verbose attribute to true:

Whether to include omitted nodes in the serialized dependency tree.

This attribute defaults to false. On the command line, you would have

mvn dependency:tree -Dverbose=true

Leave a Comment