I want to know what an m2e connector is. I didn\'t find much on the internet describing them except this page:
http://objectledge.org/confluence/display/TOOLS/M2E+Connec
Yes it is an eclipse plugin. It act as a bridge between one maven plugin and eclipse. Basically it is used for three things:
For the common plugins,you would install it when importing maven projects, or via quick fixes.
Some documentation, though it is more oriented to m2e connectors' development.