Reputation: 33
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...
Can't create a Maven project (not listed in project type)
Can't run Maven clean ou build on a maven project I have imported as 'General project'
I have no issue with this plugin on Windows7, there are issue on MAC OS X ?
Regards,
Chris
Upvotes: 1
Views: 830
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