Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question

1 Answer

up vote 21 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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