Top "M2eclipse" questions

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

Artifact has not been packaged yet - maven-dependency-plugin

When I build a multi module maven project(using mvn clean compile) where one dependency(part of the build reactor) …

maven m2eclipse maven-dependency-plugin
How does one get JAXB-generated sources onto the Eclipse build path under m2e/Indigo?

Under Helios/m2eclipse, when I generated jaxb sources they would be put on the Eclipse source path when I …

m2eclipse m2e maven-jaxb2-plugin
Eclipse Maven web application - can not run on server anymore

I have an maven eclipse webapp project that I was able to right click and 'Run on server' and it …

eclipse maven-2 web-applications m2eclipse eclipse-wtp
How to tell Eclipse to ignore errors in an Ant build.xml?

I have an Eclipse project which is built using Maven, and I'm using the m2eclipse plugin inside Eclipse for …

java eclipse ant m2eclipse
No archetypes currently available. The archetype list will refresh when the indexes finish updating

In Eclipse with m2eclipse installed, when I choose File > New > Project... > Maven > Maven Project with …

maven m2eclipse nexus
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
No marketplace entries found to handle Execution

I am trying to import a maven project to eclipse with M2eclipse plugin installed on. I get this 2 errors: "…

maven eclipse-plugin m2eclipse eclipse-kepler
How to add maven repository jars to eclipse buildpath?

From eclipse I can see all the necessary jars in maven repositories view. But I have around 100 errors for the …

eclipse maven m2eclipse buildpath
Restore maven plugin for a project on eclipse

I've disabled m2eclipse plugin for a project by clicking on "Disable Maven Nature" as shown in the Figure below. …

eclipse m2eclipse
Automatically generate .factorypath on project import when using Maven project in Eclipse IDE

The .factorypath file is a generated file, which eclipse requires for annotation-processing. The m2eclipse plugin does generate this file …

eclipse maven m2eclipse annotation-processing