I am using Helios Service Release 2 and I am trying to install maven plugin to create new Maven project. But when trying to install maven using http://download.eclipse.org/technology/m2e/releases I am getting below exception
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.8.1.20170728-1531
(org.eclipse.m2e.feature.feature.group 1.8.1.20170728-1531)
Missing requirement: Maven Integration for Eclipse 1.8.1.20170728-
1531 (org.eclipse.m2e.core 1.8.1.20170728-1531) requires 'bundle
org.eclipse.osgi 3.10.0' but it could not be found
Cannot satisfy dependency:
From: Maven Integration for Eclipse 1.8.1.20170728-1531
(org.eclipse.m2e.core.ui 1.8.1.20170728-1531)
To: bundle org.eclipse.m2e.core [1.8.1,1.9.0)
Cannot satisfy dependency:
From: m2e - Maven Integration for Eclipse (includes Incubating components)
1.8.1.20170728-1531 (org.eclipse.m2e.feature.feature.group 1.8.1.20170728-1531)
To: org.eclipse.m2e.core.ui [1.8.1.20170728-1531]
答案 0 :(得分:0)
您必须将最新的Orbit网站添加到您的更新站点:
http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository/
然后进行升级。