Eclipse Marketplace - Maven Integration

I am at Eclipse Indigo and am trying to install Maven support for eclipse. I am looking for an Eclipse Marketplace with "maven" and found that there are two entries:

  • Maven integration for WTP Eclipse.
  • Maven Integration for Eclipse.

Now I am embarrassed to select them.

I am developing a web application. So what should I go for?

+3
source share
2 answers

Install them both. The first is specifically designed for integration with WTP, the second is the general integration of Maven into Eclipse.

+2
source

Have you tried just using Maven? With Indigo, m2e is already integrated. If you look at eclipse.org, you will find integrated functions there:

enter image description here

Eclipse (Windows > Preferences), Maven Eclipse:

enter image description here

, Maven, Maven Eclipse.

+1

All Articles