What is free Java IDE with the best Maven (esp. Maven 3) integration?

link|improve this question

44% accept rate
feedback

closed as off topic by Qwerky, Sean Patrick Floyd, Don Roby, Robin, Graviton Aug 11 '11 at 14:01

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

5 Answers

I would suggest Netbeans as it uses maven as its build system. i.e. the tightest integration. However other IDEs such as IntelliJ and Eclipse also have excellent integration.

NetBeans and IntelliJ don't need a plugin for Maven support.

link|improve this answer
Has Netbeans functionality for generating dependency graphs? – Oleksandr Bondarenko Aug 11 '11 at 12:01
IntellJ Ultimate has some excellent dependency visualisation tools, but is a commercial product. You can trial it for 30 days to see if does what you need. – Peter Lawrey Aug 11 '11 at 12:15
feedback

i would suggest to go with eclipse IDE.

link|improve this answer
feedback

Eclipse or NetBeans provide a good support for maven. (Eclipse with plugin) I found that the support for maven is in NetBeans better as it is in Eclipse. In Eclipse you need the plugin m2eclipse.

link|improve this answer
feedback

Since Eclipse Indigo the maven support in has really improved. note that the eclipse plugin is provided by "Sonatype" which support the maven project

link|improve this answer
feedback

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