Top "M2eclipse" questions

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

Eclipse loops endlessly: Invoking 'Maven Project Builder'

Ugh! My Eclipse is stuck in an endless loop: No operations to display at this time Refreshing Workspace Building Workspace. …

eclipse maven m2eclipse
Should renaming a project in Eclipse also rename project folder on file system?

Should renaming a project in Eclipse also rename project folder on file system ? My project file system name remains the …

eclipse m2eclipse
Maven: No marketplace entries found to handle castor, antrun, and ear plugins

I am importing a maven project into Eclipse. I have the m2e plugin installed and it is pointing to …

maven m2eclipse castor maven-antrun-plugin maven-ear-plugin
Where can I obtain the maven-source-plugin?

I checked out an open-source project from SourceForge's SVN source control using the Eclipse Maven plugin. After it checks out, …

eclipse maven m2eclipse maven-source-plugin
Eclipse: The selection did not contain any resource that can run on a server

I am not able to run maven java web application project to the configured tomcat within eclipse ide. Initially I …

eclipse tomcat6 m2eclipse web-deployment
Tomcat throws ClassNotFound exceptions for classes in other open eclipse projects

I have an eclipse project structure that looks something like this: eclipse project a project b All of these projects …

java eclipse tomcat m2eclipse classnotfoundexception
src/main/webapp directory not recognized by Eclipse

I use m2eclipse to import Maven Java projects in Eclipse. It fails to recognize src/main/webapp as a …

java maven-2 directory-structure m2eclipse
Jacoco Maven Plugin - Plugin execution not covered by lifecycle configuration

I'm new to Maven and want to use the Jacoco Maven Plugin to build my projects. I've set up an …

maven m2eclipse m2e jacoco
How do I find the correct Maven archetype project for developing with Scala in Eclipse?

I'm having problems trying to just create a Maven project using Scala (v2.11.6) within Eclipse (Luna). The instructions here says …

eclipse scala maven m2eclipse maven-archetype
Eclipse WTP not publishing Maven dependencies

I'm trying to set up a basic hello world project using Eclipse Indigo and a Tomcat server. I created a …

eclipse tomcat maven m2eclipse eclipse-wtp