Dependency hierarchy for maven in Eclipse Indigo

It seems that I can’t get a view of the dependency hierarchy with the latest version of eclipse (Indigo SR2). This post almost a year ago indicates that the dependency graph is no longer supported, but that the dependency hierarchy should work

thanks

SFK

Update: screenshot upload

+4
source share
1 answer

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

See the following screenshot:

Screen shot

+17
source

Source: https://habr.com/ru/post/1411523/


All Articles