Top "M2eclipse" questions

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

Maven - Suppress Overriding managed version warning in Eclipse

I am using spring-boot, and experienced an error similar to the one described here. I added the following to my …

eclipse maven spring-boot m2eclipse
Checkout Maven project from SCM - no connectors

I have a problem with checkout Maven project in Eclipse Indigo. I've installed m2e plugin, Subclipse, Git, but can't …

eclipse maven m2eclipse
How to add pom.xml to existing Eclipse project?

I'm new to Maven and use Eclipse Juno. I've installed Maven Integration for Eclipse. There are three options in File &…

java eclipse maven m2eclipse m2e
Version 1.8 of project facet java does not exist

I'm trying to build a Dynamic Web Application in eclipse using Java 8 (and Wildfly appServer if that matters) but I'm …

java eclipse maven m2eclipse java-8
Maven in Eclipse complains that "Unable to locate the Javac Compiler" whenever POM changed

I got error message every time I changed my pom.xml in eclipse. Build errors for myapp; org.apache.maven.…

java eclipse maven m2eclipse
How to configure maven install to skip tests in eclipse?

i was wondering if it's possible to configure run as maven install in eclipse to skip unit tests, if such …

eclipse jakarta-ee maven m2eclipse m2e
Maven "Module" vs "Project" (Eclipse, m2eclipse plugin)

I'm a beginner at Maven and I've played with it from a command line point of view a little, so …

eclipse maven m2eclipse
How do I start Maven "compile" goal on save in Eclipse?

I have a Maven project with JavaScript code. There is a special javascript compiler plugin connected to the compile goal …

eclipse maven-2 m2eclipse
Eclipse Deployment Assembly does not appear in properties

In a new project of mine I cannot see the Deployment Assembly link in the project properties. It is There …

java eclipse maven m2eclipse
maven-archetype-webapp eclipse problem

I'm trying to create a very simple webapp with maven and eclipse, but I'm having no joy at all, in …

java eclipse maven-2 m2eclipse maven-archetype