Top "M2eclipse" questions

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

Compile maven projects with JDK 1.6 in Eclipse Mars

I need older version of m2e because I need to use older maven version (I have to compile some …

eclipse m2eclipse m2e eclipse-mars
How to force maven repository indexing in Eclipse?

I have m2e installed in Eclipse and global maven configured in it. Recently I have added two geottools repositories, …

eclipse maven m2eclipse geotools
Eclipse not recognizing imports in same project

From time to time, Eclipse (Indigo) complains that certain classes in my projects cannot be resolved to a type. Even …

java eclipse maven m2eclipse eclipse-classpath
maven-shade-plugin reports: Error creating shaded jar: ...target/classes (Is a directory)

When running a Maven build in eclipse using the m2eclipse tooling for a project that is configured for the …

java eclipse maven m2eclipse maven-shade-plugin
maven-dependency-plugin:unpack fails in Eclipse

I have a library of JavaScript in dependency globalmentor-core.jar, and I use maven-dependency in another project to transfer the …

eclipse maven m2eclipse maven-dependency-plugin
How to convert maven project to web application project?

I want to convert a maven project to a web application project, which should contain web.xml. I am using …

google-app-engine maven m2eclipse web-application-project
Why can't maven find an osgi bundle dependency?

I have declared a OSGi bundle as a dependency in my maven project. ( It just happens to be the felix …

maven osgi bundle m2eclipse
Is maven-eclipse-plugin no longer needed with the new M2Eclipse in Indigo?

Historically, its been a major hassle for our team to import our multi-module Maven project into Eclipse given all the …

eclipse maven m2eclipse m2e maven-eclipse-plugin
Eclipse Maven showing multiple paths for the same file

Is there any setting in Eclipse to show only the Maven project where the file resides? I have different Maven …

eclipse maven m2eclipse multi-module file-search
Can I Configure m2eclipse through pom.xml?

With the maven-eclipse-plugin, using mvn eclipse:eclipse, you can specifiy eclipse project natures and builders that will automatically be added …

eclipse maven-2 m2eclipse maven-eclipse-plugin