Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maven couldn't installed correctly

The operation cannot be completed. See the details.

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.6.1.20150625-2338 (org.eclipse.m2e.feature.feature.group 1.6.1.20150625-2338) Missing requirement: Maven Integration for Eclipse 1.6.0.20150526-2032 (org.eclipse.m2e.core 1.6.0.20150526-2032) requires 'bundle org.eclipse.osgi 3.10.0' but it could not be found Missing requirement: Maven Integration for Eclipse 1.6.1.20150625-2338 (org.eclipse.m2e.core 1.6.1.20150625-2338) requires 'bundle org.eclipse.osgi 3.10.0' but it could not be found Cannot satisfy dependency: From: Maven Integration for Eclipse 1.6.1.20150625-2338 (org.eclipse.m2e.core.ui 1.6.1.20150625-2338) To: bundle org.eclipse.m2e.core [1.6.0,1.7.0) Cannot satisfy dependency: From: m2e - Maven Integration for Eclipse (includes Incubating components) 1.6.1.20150625-2338 (org.eclipse.m2e.feature.feature.group 1.6.1.20150625-2338) To: org.eclipse.m2e.core.ui [1.6.1.20150625-2338]

like image 593
Naveen Dissanayake Avatar asked Sep 07 '15 03:09

Naveen Dissanayake


1 Answers

Can you try running Eclipse as Admin and try this again?. Let me know how that goes.

what is the update url are you using, is this it m2eclipse.sonatype.org/sites/m2e ?

Edit:

There are incompltibilities with different vertions of Eclipse and plugins,

I suggest you to use the update site

http://download.eclipse.org/technology/m2e/milestones/1.0

OR

http://download.eclipse.org/technology/m2e/releases

The best bet is the release version, But if you are still getting the issue, try the milestone 1.

like image 66
diyoda_ Avatar answered Oct 02 '22 19:10

diyoda_