eclipse Maven POM 编辑器:缺少依赖关系图
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6475927/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Maven POM-Editor: Dependency Graph missing
提问by Thor
In Eclipse Helios I have the nice feature of a dependency graph inside the maven pom editor.
在 Eclipse Helios 中,我在 maven pom 编辑器中有一个很好的依赖关系图功能。
But in later installations (Helios-sr2 and Indigo) this feature is missing. Does anybody know how to activate this? (I'm using OSX, 64bit cocoa)
但在以后的安装(Helios-sr2 和 Indigo)中,此功能缺失。有人知道怎么激活吗?(我使用的是 OSX,64 位可可)
回答by Spencer Uresk
This has been removed from m2e 1.0 (previously it was available if you selected 'show advanced editors', but that option is now gone too). The developers behind it have stated that the dependency graph never worked that well with more than a handful of dependencies and the dependency hierarchy view works better anyway.
这已从 m2e 1.0 中删除(以前如果您选择了“显示高级编辑器”,则该选项可用,但现在该选项也消失了)。它背后的开发人员表示,依赖关系图从来没有在超过少数依赖项的情况下工作得那么好,而且依赖层次结构视图无论如何都能更好地工作。
Here is one of the messages from m2e-users about this:
这是来自 m2e-users 的消息之一:
http://dev.eclipse.org/mhonarc/lists/m2e-users/msg00769.html
http://dev.eclipse.org/mhonarc/lists/m2e-users/msg00769.html
回答by Thor
The Dependency graph is still available! At least in Indigo and Helios-SR2 you can activate the graph in the Eclipse settings: Maven - POM Editor - Show advanced tabs in the POM editor
.
依赖关系图仍然可用!至少在 Indigo 和 Helios-SR2 中,您可以在 Eclipse 设置中激活图形:Maven - POM Editor - Show advanced tabs in the POM editor
.