Error while installing Maven Integration for Eclipse

45,577

Solution 1

In your install manager, check "Contact all updates sites..." and try again. Since EMF comes from a different update site than M2Eclipse, M2Eclipse cannot be installed without the ability to check all update sites for required components.


UPDATE!

Since Eclipse 3.7 (Indigo), m2e is now hosted at eclipse.org. To install it, you just need to use the default Eclipse update site:

Solution 2

Are you using Eclipse CDT? If so, you need to make sure you have the Java Development Tools installed as well. Assuming you're using Helios, use http://download.eclipse.org/releases/helios/ as an update site and install the JDT tools from the list of features under "Programming Languages". I had the same problem and that solved it for me.

Solution 3

Since Eclipse 3.7 (Indigo), m2e is now hosted at eclipse.org. To install it, you just need to use the default Eclipse update site:

http://download.eclipse.org/releases/kepler
http://download.eclipse.org/releases/juno
http://download.eclipse.org/releases/indigo
etc.

Hence, for getting maven in eclipse indigo please refer the answer highlighted in yellow color alongwith screenshot at below link

eclipse indigo marketplace Maven Integration install error

Solution 4

I have the same issue (btw, "contact all update sites" is default). I found this bugreport in eclipse bugzilla which kind of indicates that we are having an issue in the plugin itself.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=330896

A workaround for me is to fall back to older versions of m2eclipse / m2eclipse extras / subversive integration. I used the following URLs:

Solution 5

the majority of eclipse does not suport maven 3.5 iven 1.8. to install maven you must go to halp--install new software Name:M2Eclipse location: http://download.eclipse.org/technology/m2e/releases/1.4

for helios: http://download.eclipse.org/technology/m2e/releases/1.3

Share:
45,577
Ravindra S
Author by

Ravindra S

Here to learn. Display picture inspired by Carl Sagan.

Updated on November 01, 2020

Comments

  • Ravindra S
    Ravindra S over 3 years

    I'm trying to install Maven integration for Eclipse (Galileo) through Install New Software menu nad using the sonatype link

    http://m2eclipse.sonatype.org/sites/m2e

    And getting following error:

    Cannot complete the install because one or more required items could not be found.
    Software being installed: Maven Integration for Eclipse (Required) 0.12.0.20101115-1102 (org.maven.ide.eclipse.feature.feature.group 0.12.0.20101115-1102)
    Missing requirement: Maven Integration for Eclipse (Required) 0.12.0.20101115-1102
    (org.maven.ide.eclipse.feature.feature.group 0.12.0.20101115-1102) requires 'org.eclipse.emf.ecore.edit 0.0.0' but it could not be found

    Tried to search for the missing bundle. But no success. :(

    Any help?

  • schmmd
    schmmd almost 13 years
    I additionally needed to add the helios update site download.eclipse.org/releases/helios.
  • Ghost Rider
    Ghost Rider over 8 years
    this worked link champ for me. I am using juno for my project.
  • N00b Pr0grammer
    N00b Pr0grammer over 6 years
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
  • Hermenegildo Inacio Nhacuonga
    Hermenegildo Inacio Nhacuonga over 6 years
    The link indicated in the topic is an setup program to solve the error related above