Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the Maven Dependency Graph feature of IntelliJ available in Community Edition?

Tags:

http://blogs.jetbrains.com/idea/2010/05/maven-dependencies-diagram/

I can't find it, and I wonder if it's because I'm lame, or because it's only available in Ultimate.

like image 834
ripper234 Avatar asked Apr 28 '11 05:04

ripper234


People also ask

Does IntelliJ Community Edition support Maven?

Maven IntelliJ IDEA supports a fully-functional integration with Maven that helps you automate your building process. You can easily create a new Maven project, open and sync an existing one, add a Maven support to any existing IntelliJ IDEA project, configure and manage a multi-module project.

Where is Maven dependency diagram in IntelliJ?

In the POM, right-click anywhere in the editor to open the context menu and select Maven | Show Dependencies. Alternatively, press Ctrl+Alt+Shift+U or Ctrl+Alt+U . In the diagram window, IntelliJ IDEA displays the sub project and all its dependencies including the transitive ones.

How do I create a dependency graph in IntelliJ?

View module dependencies diagramFrom the main menu, select View | Tool Windows | Project ( Alt+1 ), select an item (project/module) for which you want to view a diagram. Right-click the selected item and from the context menu, select Diagram | Show Diagram (or press Ctrl+Alt+Shift+U ).

How do I enable dependency analyzer in IntelliJ?

From the main menu, select Code | Analyze Code | Dependencies. Alternatively, if you want to analyze a specific item, right-click it in the Project tool window and select Analyze | Analyze Dependencies. In the dialog that opens, specify the scope of files that you want to analyze.


1 Answers

If you have an Ultimate Edition and you still can't see the "Show Dependencies"/"Show Dependencies popup" then its most probably because the UML Plugin is disabled. I just faced this issue and poured over many different forums to find the cause..!

like image 57
user2023507 Avatar answered Sep 17 '22 15:09

user2023507