Today I installed Maven plugin (m2e) from eclipse markerplace. Now I want to checkout a project from github. The "Check out Maven Projects from SCM" dialog grays out the "SCM type" drop down list so I clicked on a link to install a connector for git.
I found the connecter "m2e-egit" in another dialog, so I checked it, click Finish. It fails with the following message:
Operation details
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM Handler for EGit 0.14.0.201207041402 (org.sonatype.m2e.egit.feature.feature.group 0.14.0.201207041402)
Missing requirement: Maven SCM Handler for EGit 0.14.0.201207041402 (org.sonatype.m2e.egit 0.14.0.201207041402) requires 'bundle org.eclipse.egit.core [1.0.0,3.0.0)' but it could not be found
Cannot satisfy dependency:
From: Maven SCM Handler for EGit 0.14.0.201207041402 (org.sonatype.m2e.egit.feature.feature.group 0.14.0.201207041402)
To: org.sonatype.m2e.egit [0.14.0.201207041402]
It claims I do not have EGit installed, but I can confirm that I have installed Eclipse EGit version 3.1.0.20131021548-r from "About Eclipse Features" dialog.
Other information I can find out:
Eclipse : Kelper Service Release 1 - build id 20130919-0819
Eclipse.org - m2e : 1.4.0.20130601-0317
How can I fix this and check out my maven project from github?