Can't find Show Dependencies for Maven
I have Ultimate 2017.2.5 with the Maven Integration Extension enabled, but I can't access the Maven dependency graph. The "Show Dependencies" action is not in the button row of the Maven window or in the right-click menu in the POM. I searched for the "Show Dependencies" action but the search did not find it. IDEA doesn't respond to the keyboard shortcuts.
The documentation just says to make sure the version is Ultimate (check) and that the Maven Integration Extension plugin is enabled (check). I tried disabling and re-enabling the plugin to no avail. I tried invalidating the cache. I checked the logs and the plugin is loading correctly, as far as I can tell from them. What else can I do short of purging my .IntelliJIdea2017.2 directory and starting over?
Please sign in to leave a comment.
Please make sure you have UML plug-in enabled: http://www.jetbrains.com/idea/webhelp/enabling-and-disabling-plugins.html.
Thanks Serge, that fixed it.
Why isn't that dependency encoded in the plugin? I remember when disabling the UML plugin in the first place a bunch of other plugins were disabled because they required it, but the Maven Integration Extension wasn't one of them.
This dependency is optional since Maven plug-in also works in the Community Edition which has no UML support.
In that case, why did I need to enable it for it to work?
When UML plug-in is disabled, UML features in Maven are also disabled since the optional dependency is not found.
Hi Serge, I have the same problem. I have the ultimate version, Maven Integration Extension plugin enabled and UML support enabled as well. But when I right click on my pom.xml and then go to Diagrams I only see "Show Local Changes as UML". I'm on Intellij Ultimate version 2019.2.2.
Maven diagrams are not available from Project tool window. Please select context actions of the pom.xml file in the Editor, see related issue: https://youtrack.jetbrains.com/issue/IDEA-150561