Dependency and Dependency viewer tab in intelliJ IDEA
intellij-idea, maven, pom.xml
Solution
To view effective pom you can right click your pom.xml > Maven > Show effective POM
Problem
Using STS when clicking on a pom.xml file I can view these tabs ``` Overview Dependencies Dependcy Hierarchy Effective POM pom.xml ``` How can I see all these tabs using intelliJ IDEA, specially Dependency Hierarchy? I tried to see it by `right click pom.xml > Maven > Show Dependencies` but it only show a single rectangle having my project name in it...