On 12/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > My big wish, will be to get in m2eclipse the Maven Dependencies Viewer > > found in q4e. > > Should it be possible since it's a very usefull features when you want > > to see quicky dependencies between many projects. > > if you want to analyze dependencies independently from eclipse you could > try http://www.jfrog.org/sites/dep-analyzer/latest/screenshots.html. > currently we are working on a maven report plugin, to include this to > the project site too.
Alternatively use dependency:tree in the maven-dependency-plugin: http://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html http://maven.apache.org/plugins/maven-dependency-plugin/examples/filtering-the-dependency-tree.html http://maven.apache.org/plugins/maven-dependency-plugin/examples/resolving-conflicts-using-the-dependency-tree.html Of course this is CLI and it would be good to see graphical maven-dependency-tree integration in m2eclipse. Mark --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
