m2e Subclipse Connector错误 - 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)

wir*_*iko 16 eclipse eclipse-plugin maven

我想用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]
Run Code Online (Sandbox Code Playgroud)

我尝试过的事情

  • 卸载Subclipse并重新安装
  • 一起删除我的Eclipse文件夹并重新安装使用不同的工作区
  • 删除所有tigris文件夹和jar文件,包括更新features.xml并重新安装subclipse

更多细节

版本信息用于Web开发人员的Eclipse Java EE IDE.版本:Kepler Service Release 1 Build id:20130919-0819

我目前安装的插件是:Subclipse 1.10.3 SonarQube 3.2.0

我的TortoiseSVN是:TortoiseSVN 1.8.4,Build 24972 - 64 Bit,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 SVN 1.8.5以防它引起冲突,但这也无济于事.

75i*_*ist 47

通过url安装最新的m2eclipse更新.因为subclipse 1.10.x需要进行一些更新.

  1. 在Eclipse中,打开帮助>>安装新软件...

  2. 点击添加...

  3. 对于Name:输入m2eclipse Subclipse Integration

  4. 位置:输入http://download.eclipse.org/technology/m2e/releases/

  5. 单击Ok,然后检查Maven SCM Integration并完成安装(忽略有关未签名内容的警告)

  6. 出现提示时重启Eclipse

  • 试图浏览该链接,您将收到"无效的URL"错误,但不要被这个愚弄.该链接将作为更新站点正常工作. (2认同)