Illep
Illep

Reputation: 16841

Adding Maven dependency to Eclipse

I need to add a Maven plugin to my Eclipse.

When I browsed Eclipse Market Place, there were loads of Maven dependencies, and some of them didn't work.

Which would you suggest?

Upvotes: 2

Views: 992

Answers (2)

Zoltan Balazs
Zoltan Balazs

Reputation: 837

In your eclipse go to Help ->Install New Software and use this update site to install Maven: http://download.eclipse.org/technology/m2e/releases

Upvotes: 5

steelshark
steelshark

Reputation: 644

I recommend you download the M2Eclipse plugin, it can be found on this link: http://eclipse.org/m2e/

There is also a demo movie of what it does and how simple it is.

Upvotes: 7

Related Questions