Tapas Bose
Tapas Bose

Reputation: 29816

Eclipse Marketplace - Maven Integration

I am in Eclipse Indigo and trying to install Maven Support for eclipse. I search Eclipse Marketplace with "maven" and found there are two entries:

Now I am confused to choose them.

I am developing web application. So what is the entry I should go for?

Upvotes: 3

Views: 289

Answers (2)

mliebelt
mliebelt

Reputation: 15525

Have you tried to just use Maven? With Indigo, m2e is already integrated. If you look at eclipse.org, you will find there the following features integrated:

enter image description here

If you open the preferences in Eclipse (Windows > Preferences), you will find there the Maven configuration for Eclipse:

enter image description here

You have to configure there, where your Maven installation lives, and can start to use Maven inside Eclipse.

Upvotes: 1

Guillaume Polet
Guillaume Polet

Reputation: 47617

Install them both. The first is specifically designed to integrate with WTP, the second one is general Maven integration in Eclipse.

Upvotes: 2

Related Questions