Dependency hierarchy view for maven in Eclipse Indigo

eclipse, m2e, maven

Solution

Make sure to open the `pom.xml` file using the Maven POM Editor. Right-click the file, then select Open With > Maven POM Editor. This should give you the expected editor with the option to view the dependencies and the dependency hierarchy.

Please see the following screenshot:

Problem

Can't seem to get the dependency hierarchy view with the latest version of eclipse (Indigo SR2). This post from almost a year ago indicates that the dependency graph is no longer supported but that the dependency hierarchy should be working Thanks sfk

Original source

Related problems