vote up 6 vote down star
4

There is two available Eclipse plugins for Maven :

m2eclipse seems to be the oldest but the more robust. Is there any key differences between the two ?

Which one should be chosen for a project starting today and why ?

flag

80% accept rate

6 Answers

vote up 8 vote down check

I choose m2eclipse since it is stable and have all that I need. Especially ability to resolve dependencies inside workspace.

I tried the other one some time ago and didn't like it. It was to buggy so I gave up quickly.

link|flag
m2eclise here too... – toolkit Nov 20 '08 at 13:17
happy m2eclipse user. – Kingamajick Sep 3 at 10:32
vote up 2 vote down

Side by side comparison of Maven plugins for Eclipse. It haven't been updated to recently added features. For example, see New and Noteworthy page for m2eclipse.

link|flag
vote up 1 vote down

For me as a complete Maven-newbie the m2eclipse plugin worked quite well. We manage around 15 projects with it. The nested Maven projects will be flat in Eclipse (as it does not support nested projects), but all of them were automatically set up the right way, so everything works fine. Up to now I never needed to manually invoke a Maven command, for me using the preconfigured "run as" launch configurations did their job quite well.

For me the quality of m2eclipse can be judged by this simple example: If you run Eclipse on a JRE instead of JDK, m2eclipse shows a warning that some of its features rely on a JDK. Nevertheless it still works on the JRE. And the warning dialog has hyperlinks to the Eclipse documentation about command line arguments and to the "Installed JREs" preferences, so you can easily fix the wrong Java VM.

That said I cannot speak for or against IAM, as I never used it due to the good m2eclipse experience.

link|flag
vote up 1 vote down

See also this similar question asked a while back:

link|flag
vote up 0 vote down

I used m2eclipse. But I did never manage to launch the tests or the whole project from within eclipse (the project had nested folders for various sub-modules). When I used it they said support for that was experimental. The most I could get was syntax-checking and such. For the rest I used the console.

Did not like the experience at all.

link|flag
vote up 0 vote down

what about multi modules project ?, m2eclipse plugin is ineffective. Especially if we use war module.

link|flag
Why? m2eclipse worked fine for me with multi-module war project inside an ear. You may have to turn off resolving from workspace at the parent project...but it works. – Mike Cornell Nov 17 at 15:46
If i turn off "Resolve Workspace Artifacts" then i must have to clean all project (eclipse/project/clean) which depends on super pom :( i don't want to do repeat clean process after maven clean, install or etc. Because projects give errors. But if i run it on command prompt nothing happens, everythings going well. – javaloper Nov 24 at 14:51
I cant fix it. I can't compile and install super project in m2eclipse, war project gives error like "Access Denied", plugin cant copy or move jar files to war project output path i think, i dont know. So i use m2eclipse plugin in eclipse to make dependency management and etc. I use mvn command prompt to make process on super pom till find solution. – javaloper Nov 24 at 14:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.