Top "M2e" questions

m2eclipse is a Plug-in for the Eclipse IDE that defines Eclipse Project structures by analyzing Maven Project models

How can I map Maven lifecycle phases not covered by the Eclipse m2e plugin?

I’m using Eclipse Kepler on Mac 10.9.5. I have imported a number of Maven projects using the m2e Eclipse …

eclipse maven m2eclipse lifecycle m2e
eclipse:clean eclipse:eclipse - maven command usage

I have a maven project wherein i am consuming a webservice using wsimport as a goal during project build. <…

eclipse web-services maven m2e wsimport
Where is m2e-subclipse connector for using svn 1.8.x, subclise 1.10?

I read that the producers of m2e has stopped producing m2e connectors for anything beyond svn 1.7. And Tigris …

java eclipse maven subclipse m2e
How do i uninstall m2e in eclipse kepler

I just download eclipse kelper and found out the m2e and m2e-wtp plugins had been installed,and the …

m2e eclipse-kepler m2e-wtp
m2Eclipse plugin: What does 'Resolve Workspace Artifacts' do?

I'm sorry if I am asking a possibly-trivial question, but I am having so much trouble finding out exactly what …

java eclipse maven m2eclipse m2e
Can't install Maven SCM Handler for EGit for Juno

I've updated my eclipse indigo to juno via the Help->Check for updates menu. I noticed I had updates …

eclipse egit m2e eclipse-juno
How to set default Maven's Java in Eclipse?

If I create new Maven project in Eclipse and base it on quickstart archetype, it appears with J2SE-1.5 in …

java eclipse maven m2e maven-archetype
How to get rid of "javax.servlet.jsp.PageContext cannot be resolved to a type" in jsp page with Eclipse?

I have this weird error in a .jsp page in eclipse: javax.servlet.jsp.PageContext cannot be resolved to a …

jsp eclipse-juno m2e m2e-wtp
Include older m2e plugins with m2e 1.0+ using life-cycle mapping?

I want to enable older plug ins not available in m2e v 1.0 I have added this to the POM …

m2eclipse lifecycle m2e
Difference between Eclipse's "clean project" and Maven's "mvn clean" in m2e

I use M2e + Eclipse + Maven and I would like to know what the difference is between: running "mvn clean" …

eclipse maven m2eclipse m2e