Top "M2eclipse" questions

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

No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

I'm compiling a project in Eclipse using m2eclipse. I set the JDK path in Eclipse like this: Windows-->…

java eclipse maven java-7 m2eclipse
How to solve "Plugin execution not covered by lifecycle configuration" for Spring Data Maven Builds

I am trying to work with Spring Data and Neo4j. I started by trying to follow this guide linked …

eclipse maven spring-data m2eclipse
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved

org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: …

java eclipse maven jakarta-ee m2eclipse
Maven2: Missing artifact but jars are in place

From now to then, my Maven 2 started to mess around. I am using SPring STS 2.6.1 and have a single project …

eclipse maven m2eclipse sts-springsourcetoolsuite
How to configure Eclipse build path to use Maven dependencies?

I would like to take advantage of the features that Maven provides for managing dependencies in a project. My brief …

java eclipse maven-2 ide m2eclipse
Missing Maven dependencies in Eclipse project

We have a project set up with maven for resolving dependancies. It usually works fine, but now I am trying …

eclipse maven-2 m2eclipse
Maven: best way of linking custom external JAR to my project?

It's my first couple of days learning Maven and I'm still struggling with the basics. I have an external .jar …

java maven-2 maven m2eclipse
Java compiler level does not match the version of the installed Java project facet

I have created a New Dynamic Project under Eclipse Helios Version, where my JRE Version is set to 1.6. I have …

eclipse maven m2eclipse
web.xml is missing and <failOnMissingWebXml> is set to true

Consider: When I create a simple Maven project in Eclipse I am getting this error: web.xml is missing and &…

eclipse maven jakarta-ee m2eclipse
How to update maven repository in Eclipse?

Assuming you're already using the m2eclipse plugin, what can you do when it doesn't update the dependencies to the …

java eclipse maven-2 build m2eclipse