Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Java IDE with the best Maven integration [closed]

Tags:

java

ide

maven-3

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

like image 600
Oleksandr Bondarenko Avatar asked Aug 11 '11 11:08

Oleksandr Bondarenko


People also ask

Is Maven integrated in Eclipse?

Most Eclipse IDE downloads already include support for the Maven build system. To check, use Help About and check if you can see the Maven logo (with the M2E ) sign.

Which IDEs offer Maven add on support?

All three major Java IDE's (Eclipse, IntelliJ, Netbeans) support maven projects well.


2 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.

like image 183
Peter Lawrey Avatar answered Sep 28 '22 07:09

Peter Lawrey


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.

like image 24
martin Avatar answered Sep 28 '22 08:09

martin