我想和Maven一起检查项目。但是,由于以下错误,我无法使用Subclipse设置Maven配置:
Operation details
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)
Missing requirement: Maven SCM Handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse 0.13.0.201303011221) requires 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)' but it could not be found
Cannot satisfy dependency:
From: Maven SCM handler for Subclipse 0.13.0.201303011221 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)
To: org.sonatype.m2e.subclipse [0.13.0.201303011221]
我试过的东西
详细信息
面向Web开发人员的版本信息Eclipse。版本:开普勒服务第1版版本编号: 20130919-0819
我现在安装的插件是:Subclise1.10.3 SonarQube 3.2.0
我的TortoiseSVN是: TortoiseSVN 1.8.4,构建24972 - 64位,2013/ 11 /24 11:15:39 Subversion 1.8.5,-release apr 1.4.8 apr-util 1.5.2 serf 1.3.2 OpenSSL 1.0.1e 2013年2月11日zlib 1.2.8
我还使用了CollabNet 1.8.5,这也不起作用。
===
将我的TortoiseSVN降级到1.7.12,这是我以前使用过的一个旧版本,而且我仍然会收到相同的错误。
我卸载了CollabNet SVN1.8.5,以防它引起冲突,但这也没有帮助。
发布于 2014-01-20 21:36:45
通过url安装最新的m2eclipse更新。由于Subclise1.10.x需要进行一些更新。
发布于 2014-10-12 20:38:16
答案是罪恶的。m2e连接器版本0.13.x与SubcliishVersion1.10.x不兼容
解决方案:安装subclipse 1.8.x
现在,m2e连接器的安装应该可以工作。
发布于 2014-10-02 09:10:22
转到http://subclipse.tigris.org/并使用eclipse拖放将其安装到eclipse中。帮我修好了。(月食露娜64位)
https://stackoverflow.com/questions/20750014
复制相似问题