Thursday, January 16, 2020

Solution 100% for error while Maven installation in Eclipse

---------------------------------------------------------------------
### ERROR DESCRIPTION :-
---------------------------------------------------------------------

Cannot complete the install because one or more required items could not be found.

Software being installed: m2e - Maven Integration for Eclipse (includes Incubating components) 1.14.0.20191209-1925 (org.eclipse.m2e.feature.feature.group 1.14.0.20191209-1925)

Missing requirement:
Maven Integration for Eclipse 1.13.0.20190716-1624 (org.eclipse.m2e.core 1.13.0.20190716-1624) requires 'bundle org.eclipse.osgi 3.10.0' but it could not be found

Missing requirement:
Maven Integration for Eclipse 1.14.0.20191209-1925 (org.eclipse.m2e.core 1.14.0.20191209-1925) requires 'bundle org.eclipse.osgi 3.10.0' but it could not be found

Cannot satisfy dependency:
    From: m2e Marketplace 1.14.0.20191209-1925 (org.eclipse.m2e.discovery 1.14.0.20191209-1925)
    To: bundle org.eclipse.m2e.core [1.13.0,1.14.1)

Cannot satisfy dependency:
    From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.14.0.20191209-1925 (org.eclipse.m2e.feature.feature.group 1.14.0.20191209-1925)
    To: org.eclipse.m2e.discovery [1.14.0.20191209-1925]

-----------------------------------------------------------
SOLUTION:
--------------------------------------------------------------

ref url: https://stackoverflow.com/questions/21477775/error-installing-maven-integration-on-eclipse

Step-1
-------
Go to Eclispe -> Help -> Install New Software -> Click on 'Add' button then enter:

Step-2
-------
Name: M2Eclipse
URL: http://download.eclipse.org/technology/m2e/releases/1.3

just edit url with http://download.eclipse.org/technology/m2e/releases/1.3

-----------------------------------------------------------------

No comments:

Post a Comment