Questions tagged [m2e]

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

From the m2eclipse Project Home Page:

m2eclipse provides comprehensive Maven integration for Eclipse. You can use m2eclipse to manage both simple and multi-module Maven projects, execute Maven builds via the Eclipse interface, and interact with Maven repositories. m2eclipse makes development easier by integrating data from a project’s Object Model with Eclipse IDE features. With m2eclipse, you can use Maven within Eclipse in a natural and intuitive interface.

m2eclipse is a renaming of Sonatype's m2eclipse when it was transferred from Codehaus to the Eclipse Foundation in the Indigo (3.7). Sonatype is still involved in building m2eclipse, and the latest bleeding-edge releases are available on their website.

References

742 questions
20
votes
2 answers

m2e: Generated code with exec-maven-plugin

I have been using m2eclipse for 2 years or so and have now switched to m2e. Unfortunately, this has broken some functionality for me. In many projects, I have generated Java code, usually generated through a main class in a library project. Here's a…
Sean Patrick Floyd
  • 292,901
  • 67
  • 465
  • 588
20
votes
4 answers

Where is m2e-subclipse connector for using svn 1.8.x, subclise 1.10?

I read that the producers of m2e has stopped producing m2e connectors for anything beyond svn 1.7. And Tigris has apparently taken up the slack to maintain the m2e-subclipse connector. Q1. My question is, where is the eclipse update url for using…
Blessed Geek
  • 21,058
  • 23
  • 106
  • 176
19
votes
3 answers

How to install Maven integration plugin in Eclipse Helios?

I'm trying to install Maven integration plugin in Eclipse Helios via Marketplace, but I'm receiveing "cannot satisfy dependency" error: Cannot complete the install because one or more required items could not be found. Software being installed:…
uncle Lem
  • 4,954
  • 8
  • 33
  • 53
19
votes
5 answers

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 example project with TestNG the only dependency. Here is part of the pom.xml: org.testng
Markus
  • 245
  • 1
  • 2
  • 9
19
votes
5 answers

Can't install Maven SCM Handler for EGit for Juno

I've updated my eclipse indigo to juno via the Help->Check for updates menu. I noticed I had updates for egit (2.x) and jgit (2.x) which clashed with my current installations (1.3.x) and so I removed all my egit plugins (eigt,jgit,egit-mylyn and…
Ittai
  • 5,625
  • 14
  • 60
  • 97
19
votes
2 answers

Eclipse: Re-run Maven using the -X switch to enable full debug logging

I have a Maven project I'm trying to build/run in Eclipse but I'm getting the error below. How do I do what the error suggests and add the -e or X switches to try to troubleshoot this? [ERROR] Failed to execute goal…
s1mm0t
  • 6,035
  • 4
  • 38
  • 45
18
votes
1 answer

org.codehaus.plexus.archiver.jar.Manifest.merge(org.codehaus.plexus.archiver.jar.Manifest)

This godforsaken error in eclipse won't die. I've tried everything mentioned here and elsewhere to get rid of it, but it won't go away and now I can't use the web service utility in eclipse because it complains about this "problem", which…
tmadison
  • 193
  • 1
  • 1
  • 7
18
votes
2 answers

Dependency to project foo with type test-jar is not fully supported.

In my maven project I am using a dependency of type test-jar which m2e does not like and gives the following warning. "Dependency to project foo with type test-jar is not fully supported. Classpath and/or deployment issues might arise. Try …
ams
  • 60,316
  • 68
  • 200
  • 288
18
votes
5 answers

ActionBarSherlock + maven + eclipse: dependency not found in workspace

I've updated to lastest version of ADT Plugin and I faced this issue, solved updating also m2e-android eclipse plugin. Now, I'm able to compile my project through console, but not with eclipse. This is the exception thrown by pom.xml file in…
jelies
  • 9,110
  • 5
  • 50
  • 65
17
votes
3 answers

Plugin error: execution not covered by lifecycle configuration

I am trying to use the maven-warpath-plugin available here. But I keep getting an error in my pom.xml file that says: Plugin execution not covered by lifecycle configuration: org.appfuse.plugins:maven-warpath-plugin:2.1.0:add-classes (execution:…
Ayyoudy
  • 3,641
  • 11
  • 47
  • 65
16
votes
3 answers

Why Maven project is tied to J2SE-1.5 by default?

If I create default empty based on no archetype Maven project in Eclipse, it will be based on J2SE-1.5. I am to change manually both Build Path entry and code compliance. Why? How to make it be other?
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
15
votes
4 answers

Added Maven dependency, Eclipse doesn't see it

I add guava 17.0 to my pom.xml, Eclipse automatically rebuilds project. Ran mvn dependency:resolve, maven shows com.google.guava:guava:jar:17.0:compile in the list of resolved files. However when in Eclipse I try to auto-complete com.google.g, it…
markvgti
  • 4,321
  • 7
  • 40
  • 62
15
votes
2 answers

Maven for Eclipse (M2E) Installation error

Error Details: Cannot complete the install because one or more required items could not be found. Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317) …
Maruthi Ram
  • 151
  • 1
  • 1
  • 5
15
votes
5 answers

Failed to collect dependencies in Maven project

When I try to build or compile my Maven project I get the following error message: [ERROR] Failed to execute goal on project dss-services: Could not resolve dependencies for project net.jnd.thesis:dss-services:jar:0.0.1-SNAPSHOT: Failed to collect…
Flame_Phoenix
  • 16,489
  • 37
  • 131
  • 266
14
votes
1 answer

Missing artifact log4j:log4j:bundle:1.2.16 when using Maven in Eclipse simplistic example

I have created simple project from maven-archetype-quickstart under Eclipse Indigo, then I went to pom.xml gui editor and in dependencies tab added dependency on log4j-1.2.16 by search in appropriate dialog. Now my pom.xml includes…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
1 2
3
49 50