Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Eclipse plugin for Maven 3

Tags:

eclipse

maven

I've done some searching, but haven't found any satisfactory answers:
what's the best Maven 3 plugin to use with Eclipse? Will the m2 plugin work satisfactorily? I understand M3 tries to be backwards compatible where it can, but there are some differences.

Anyone's experience would be appreciated!

like image 454
Ryan P. Avatar asked Jul 29 '11 23:07

Ryan P.


People also ask

Which Eclipse IDE is best for Maven project?

M2Eclipse provides tight integration for Apache Maven into the Eclipse IDE with the following features: Launching Maven builds from within Eclipse. Dependency management for Eclipse build path based on Maven's pom. xml.

Do we need Maven plugin for Eclipse?

By "use install a Maven plugin and use it" I am sure you are looking for a Eclipse plugin that will perform Maven functions within the IDE. If so, M2E is a good choice. You will find a lot of help within the Eclipse installation once you install M2E.

What is Maven Eclipse plugin?

The Maven Eclipse Plugin is used to generate Eclipse IDE files (*. classpath, *. project, *. wtpmodules and the . settings folder) for use with a project.

What is m2e in Eclipse?

m2e is a popular Eclipse IDE plugin with stated project goal "to provide a first-class Apache Maven support in the Eclipse IDE".


1 Answers

A separate Maven plugin is no longer required. Maven 3 integration is built into the latest version of Eclipse (Indigo) by way of the m2eclipse plugin.

See the 'where is m2eclipse' article for more information.

like image 158
hoipolloi Avatar answered Sep 23 '22 03:09

hoipolloi