8

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

Update : screenshot upload

Community
  • 1
  • 1
sfk
  • 625
  • 1
  • 9
  • 17

1 Answers1

23

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:

Screenshot

nwinkler
  • 52,665
  • 21
  • 154
  • 168