m2eclipse makes dependency management easy as pie

October 6th, 2008

I’ve been doing some POM editing to build distributions for the Mule RESTpack today. Normally this type of thing would’ve been a painful iteration back and forth between the command line and inspecting the assembly I built. But m2eclipse provides a great way to actually visualize your dependencies.

Screenshots say it all, so here’s a view of all my dependencies:

Maven Dependencies in m2eclipse

And here’s a view of me tracking down a specific dependency I want to remove:

Filtered dependencies in m2eclipse

3 Responses to “m2eclipse makes dependency management easy as pie”

  1. James Abley Says:

    Oh, that looks nice. Where can I get me one of those? It looks like a custom view or editor, and I don’t seem to have that available. I’m using Eclipse 3.3.2.with m2eclipse 0.9.2.

  2. Dan Diephouse Says:

    Try updating – the latest release is 0.9.6 or 0.9.7.

  3. whaley Says:

    Hi Dan,

    Correct me if I’m wrong, but wouldn’t `mvn dependency:tree` have done the trick if you were working on the CLI before?

    –Whaley

Leave a Reply

You must be logged in to post a comment.