How to analize/visualize OSGi, maven dependencies

微笑、不失礼 提交于 2019-12-07 21:18:31

问题


I am trying to build Aptana studio using Maven/Tycho.

It has a lot of Eclipse plugins and I would like to exclude some of them from the build. However the excluded plugins may be required by other plugins.

How to see what plugins are dependent on the current plugin? Is the some tools to visualize dependencies in a directed graph?


回答1:


The Plugin Dependencies View which comes with PDE has a button (two-to-one graph) to show plugins depending on the focused plugin.

If you want to see the full picture, then you will need to install the PDE Incubator Dependency Visualization (update site link included). Note this often gets quickly unreadable.

UPDATE by Paul

Update site http://download.eclipse.org/eclipse/pde/incubator/visualization/site
Need to uncheck "Group items by category" for item to appear.
It is version 0.5.0.20090415
So it is almost 5 years old and is unlikely to ever graduate from incubator.

Added Marketplace entry: https://marketplace.eclipse.org/content/pde-incubator-dependency-visualization



来源:https://stackoverflow.com/questions/19198176/how-to-analize-visualize-osgi-maven-dependencies

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!