Top "M2eclipse" questions

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

Plugin execution not covered by lifecycle configuration (JBossas 7 EAR archetype)

I am using Eclipse 3.7 Indigo with Maven M2E Plugin 1.0.100. Using the JBoss 7.x JavaEE 6 EAR archetype, the pom for …

maven jboss7.x m2eclipse maven-ear-plugin
How to fix error "Updating Maven Project". Unsupported IClasspathEntry kind=4?

I have imported maven project in STS, when I run update update project I receive: "Updating Maven Project". Unsupported IClasspathEntry …

eclipse maven m2eclipse eclipse-wtp
How to solve maven 2.6 resource plugin dependency?

ERROR: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be …

java eclipse rest maven m2eclipse
m2eclipse error

I am developing a web application with Eclipse and I generate the project with a maven archetype. When I enable …

eclipse maven m2eclipse
How do I set the eclipse.ini -vm option?

I installed the Maven plugin for Eclipse, and then I got an error like below: please make sure the -vm …

eclipse maven-2 maven eclipse-plugin m2eclipse
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". error

Regarding Eclipse IDE (Indigo, Juno and Kepler (32 and 64 bit versions)) Platforms: Windows, Ubuntu, Mac m2e version: 1.1.0.20120530-0009, 1.2.0.20120903-1050, 1.3.0.20130129-0926, 1.4.0.20130601…

eclipse maven m2eclipse slf4j logback
"Faceted Project Problem (Java Version Mismatch)" error message

Eclipse's "problems" tab is displaying this error: Description: Java compiler level does not match the version of the installed Java …

java eclipse maven-2 m2eclipse
Compiler error "archive for required library could not be read" - Spring Tool Suite

I am starting to configure my development environment and I am using Spring Tool Suite 2.8.1 along with m2E 1.01. As …

java maven m2eclipse sts-springsourcetoolsuite m2e
An internal error occurred during: "Updating Maven Project". java.lang.NullPointerException

I'm developing a Java EE web project. When I try to add a dependency, this error message appears. I use …

eclipse maven jakarta-ee m2eclipse
maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e

I have a fairly simple Maven project: <project> <dependencies> ... </dependencies> <build> <…

eclipse maven m2eclipse