m2e Subclipse Connector error - #39;bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)(m2e Subclipse 连接器错误 - bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0))
问题描述
我想用 Maven 签出项目.但是,由于此错误,我无法使用 Subclipse 设置我的 Maven 配置:
I want to checkout projects with Maven. However I am unable to setup my Maven configuration with Subclipse due to this error:
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]
我尝试过的事情
- 卸载 Subclipse 并重新安装
- 一起删除我的 Eclipse 文件夹并重新安装不同的工作空间
- 删除所有 tigris 文件夹和 jar 文件,包括更新features.xml 并重新安装 subclipse
更多详情
版本信息面向 Web 开发人员的 Eclipse Java EE IDE.版本:开普勒服务版本 1内部版本号:20130919-0819
Version Information Eclipse Java EE IDE for Web Developers. Version: Kepler Service Release 1 Build id: 20130919-0819
我目前安装的插件是:子剪辑 1.10.3SonarQube 3.2.0
My current installed plugins are: Subclipse 1.10.3 SonarQube 3.2.0
我的 TortoiseSVN 是:TortoiseSVN 1.8.4,内部版本 24972 - 64 位,2013/11/24 11:15:39颠覆 1.8.5,-发布4月1.4.8四月实用程序 1.5.2农奴 1.3.2OpenSSL 1.0.1e 2013 年 2 月 11 日zlib 1.2.8
My TortoiseSVN is: 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 11 Feb 2013 zlib 1.2.8
我也在使用 CollabNet 1.8.5,但这也不起作用.
I am also using CollabNet 1.8.5 and that does not work either.
===
将我的 TortoiseSVN 降级到 1.7.12,这是我使用的旧版本,但我仍然遇到同样的错误.
Downgraded my TortoiseSVN to 1.7.12 which was an older version I had used and I am still getting the same error.
我卸载了 CollabNet SVN 1.8.5 以防它引起冲突,但这也没有帮助.
I uninstalled CollabNet SVN 1.8.5 in case it was causing a conflict, but that also did not help.
推荐答案
通过 url 安装最新的 m2eclipse 更新.由于 subclipse 1.10.x 需要进行一些更新.
Install the latest m2eclipse update via url. since subclipse 1.10.x some updates needed to be made.
在 Eclipse 中,打开帮助 >> 安装新软件...
In Eclipse, open Help >> Install New Software...
点击添加...
对于名称:输入 m2eclipse Subclipse 集成
For Name: enter m2eclipse Subclipse Integration
对于位置:输入 http://download.eclipse.org/technology/m2e/发布/
点击确定,然后勾选 Maven SCM 集成并完成安装(忽略关于未签名内容的警告)
Click Ok, then check Maven SCM Integration and complete the installation (ignore the warning about unsigned content)
出现提示时重启 Eclipse
Restart Eclipse when prompted
这篇关于m2e Subclipse 连接器错误 - 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:m2e Subclipse 连接器错误 - 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)
基础教程推荐
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
