IntelliJ 的 Maven 依赖关系图功能在社区版中可用吗?
http://blogs.jetbrains.com/idea/2010/05/ maven-dependency-diagram/
我找不到它,我想知道这是因为我很蹩脚,还是因为它只在旗舰版中可用。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
如果您有终极版,但仍然看不到“显示依赖项”/“显示依赖项弹出窗口”,那么很可能是因为 UML 插件被禁用。我刚刚遇到这个问题,并在许多不同的论坛上寻找原因......!
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..!
它仅在终极版中可用。 (在
Maven Projects
选项卡中右键单击您的 Maven 模块,然后从上下文菜单中选择Show Dependencies(?: Popup)?.
。It is available only in the Ultimate Edition. (Right click your maven module in the
Maven Projects
tab and selectShow Dependencies(?: Popup)?.
from the context menu.现在有更好的东西,Maven Helper 插件。
There is something better now, Maven Helper plugin.
Ctrl+Alt+U 在
pom.xml
编辑器中(启用 UML 插件的终极版)
Ctrl+Alt+U in
pom.xml
editor(ultimate edition with UML plugin enabled)
如果使用 Ultimate Edition,请确保启用以下插件:
它们都是必需的(至少 15 个)才能查看依赖关系图。
If using the Ultimate Edition, make sure the following plugins are enabled:
They are both required (in 15 anyway) to see the dependency diagram.