Maven POM-Editor: Dependency Graph missing

前端 未结 2 1185
陌清茗
陌清茗 2020-12-17 09:14

In Eclipse Helios I have the nice feature of a dependency graph inside the maven pom editor. \"enter

相关标签:
2条回答
  • 2020-12-17 09:32

    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.

    Here is one of the messages from m2e-users about this:

    http://dev.eclipse.org/mhonarc/lists/m2e-users/msg00769.html

    0 讨论(0)
  • 2020-12-17 09:40

    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.

    0 讨论(0)
提交回复
热议问题