Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dependency hierarchy view for maven in Eclipse Indigo

Tags:

eclipse

maven

m2e

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

like image 933
sfk Avatar asked Dec 02 '22 22:12

sfk


1 Answers

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

like image 198
nwinkler Avatar answered Jan 01 '23 03:01

nwinkler