Chris
Chris

Reputation: 33

M2Eclipse issue on MAC OS X

I try to use m2eclipse on MAC OS X (Mountain Lion) with Eclipse... I installed the plugin in Eclipse JUNO and restarted but I can't see the Maven integration...

I have no issue with this plugin on Windows7, there are issue on MAC OS X ?

Regards,

Chris

Upvotes: 1

Views: 830

Answers (1)

tddmonkey
tddmonkey

Reputation: 21184

Make sure you install the correct plugin. The first one (and the one most people seem to install) is the m2eclipse for WTP plugin which does not install m2eclipse. The one you want is "Maven Integration for Eclipse".

Once this is done and working you need to right click your project and select "Configure -> Configure as Maven Project"

Upvotes: 2

Related Questions