Error While installing Maven in Eclipse
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)
Missing requirement: Maven POM XML Editor 1.4.0.20130601-0317 (org.eclipse.m2e.editor.xml 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
Cannot satisfy dependency:
From: Maven Integration for Eclipse (Editors) 1.4.0.20130601-0317 (org.eclipse.m2e.editor 1.4.0.20130601-0317)
To: bundle org.eclipse.m2e.editor.xml [1.4.0,1.5.0)
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
To: org.eclipse.m2e.editor [1.4.0.20130601-0317]
Solution :
1. Goto :
Help -> Install New Software
2. Add following URL in "Work with:"
http://download.eclipse.org/technology/m2e/releases/1.0
3. Follow the steps of installation and it will install successfully.
Good solution that solve my problem.
ReplyDeleteIt's an old version is't it?
ReplyDeleteIt is an old version. Instead of 1.0, use 1.3 and that should work and be more current. I still couldn't get 1.4 to install, but this is at least closer.
ReplyDelete