Ryan P.
Ryan P.

Reputation: 845

Best Eclipse plugin for Maven 3

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!

Upvotes: 27

Views: 45370

Answers (1)

hoipolloi
hoipolloi

Reputation: 8044

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.

Upvotes: 39

Related Questions