Top "M2eclipse" questions

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

maven-dependency-plugin target/classes - Access is denied

I have a multi module project with a parent project A, and two childs project B and C. Project B …

maven m2eclipse maven-dependency-plugin
Difference between Eclipse's "clean project" and Maven's "mvn clean" in m2e

I use M2e + Eclipse + Maven and I would like to know what the difference is between: running "mvn clean" …

eclipse maven m2eclipse m2e
maven plugins stored where

Where are maven plugins stored? in the local repository as well? what happens if you build your application with eclipse? …

java eclipse maven-2 m2eclipse
Change Maven Archetype after a project is created in Eclipse?

I've created a Maven project with maven-archetype-quickstart. I've started coding and now I want to change the archetype to maven-archetype-webapp …

eclipse maven m2eclipse maven-archetype
Empty goals list in m2Eclipse

When I try to add a goal I don't get any goals. Is there any solution or I should manually …

eclipse maven eclipse-plugin m2eclipse
Maven repository for Eclipse BIRT runtime

I'm trying to find a maven repo to allow me to add BIRT reporting dependencies to a Eclipse Dynamic Web …

eclipse maven-2 birt m2eclipse
m2e - slf4j over logback logging (Optional) is missing while adding Maven plugin to Mule Studio

I'm new to Mule and I have installed Mule Studio 3.5.0 for Windows. While installing maven plugin from Hep --> …

eclipse eclipse-plugin mule m2eclipse mule-studio
Workaround(s) for maven-war-plugin error: Failed to copy file for artifact

If I have simple maven webapp project in Eclipse that depends on another maven project in my workspace, I get …

m2eclipse maven-war-plugin
Maven default Resources not copying resources

this is my project directory structure: And this is my pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0" …

java eclipse maven m2eclipse maven-resources-plugin
View log of maven commands run by Eclipse plugins

I often found myself in a situation where I would like to see exactly which Maven commands Eclipse is running …

eclipse maven m2eclipse eclipse-wtp