The Maven dependency:tree is a helpful plugin that shows where all those jars are coming from in our Maven projects. The default output is text, and sometimes we want something more visual. There are two somewhat easy ways to accomplish this. 1. Using graphml output Here are the basic steps to get a more visual dependency tree like the one showing below: Since the version 2.1 the Dependency plugin