I’ve experimented with two plugins for Maven support on Eclipse.
IAM Eclipse was my first try. At first I liked it, but things like comments in the POM wreak havoc in the GUI configurator. You can find it here:
http://code.google.com/p/q4e/
To install ( http://code.google.com/p/q4e/wiki/Installation ) it add this to your update sites:
- http://q4e.googlecode.com/svn/trunk/updatesite-iam/
Sonatype has m2eclipse which worked much better for me. It had much better configuration options, and was a little more forgiving. Add these to your update sites:
http://m2eclipse.sonatype.org/sites/m2e
- and -
http://m2eclipse.sonatype.org/sites/m2e-extras
For more information check out:
http://m2eclipse.sonatype.org/installing-m2eclipse.html
https://docs.sonatype.org/display/M2ECLIPSE/Installation+Requirements
Tags: eclipse, java, maven, plugin, programming