问题描述
我想用Maven结帐项目。但是,由于出现此错误,我无法使用Subclipse设置Maven配置: 操作详细信息
无法完成安装因为找不到一个或多个所需物品。
安装的软件:Subclipse的Maven SCM处理程序0.13.0.201303011221(org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)
缺少要求:Maven SCM处理程序Subclipse 0.13.0.201303011221( org.sonatype.m2e.subclipse 0.13.0.201303011221)需要bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0],但找不到
无法满足依赖关系:
From:Maven SCM处理程序Subclipse 0.13.0.201303011221(org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201303011221)
至:org.sonatype.m2e.subclipse [0.13.0.201303011221]
我尝试过的东西
- 卸载Subclipse并重新安装
- 一起删除我的Eclipse文件夹并重新安装使用
不同的工作区 - 删除所有tigris文件夹和jar文件,包括更新
features.xml并重新安装subclipse
更多细节
版本信息
适用于Web开发人员的Eclipse Java EE IDE。
版本:开普勒服务版本1
构建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 11 Feb 2013
zlib 1.2.8
我也使用CollabNet 1.8.5,也不工作。
===
将我的TortoiseSVN降级到1.7.12,这是我使用的较旧版本,我仍然收到相同的错误。
我卸载了CollabNet SVN 1.8.5,以防它引起冲突,但也没有帮助。
通过url安装最新的m2eclipse更新。因为subclipse 1.10.x需要做一些更新。
-
在Eclipse中,打开帮助>>安装新软件...
-
单击添加...
-
对于名称:输入m2eclipse Subclipse Integration
-
位置:输入
-
单击确定,然后检查Maven SCM Integration并完成
安装(忽略有关未签名内容的警告) -
在提示时重新启动Eclipse
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]
Things I have tried
- Uninstalling Subclipse and re-installing
- Deleting my Eclipse folder all together and re-installing Using adifferent workspace
- Deleting all tigris folders and jar files including updatingfeatures.xml and re-install subclipse
More details
Version InformationEclipse Java EE IDE for Web Developers.Version: Kepler Service Release 1Build id: 20130919-0819
My current installed plugins are:Subclipse 1.10.3SonarQube 3.2.0
My TortoiseSVN is:TortoiseSVN 1.8.4, Build 24972 - 64 Bit , 2013/11/24 11:15:39Subversion 1.8.5, -releaseapr 1.4.8apr-util 1.5.2serf 1.3.2OpenSSL 1.0.1e 11 Feb 2013zlib 1.2.8
I am also using CollabNet 1.8.5 and that does not work either.
===
Downgraded my TortoiseSVN to 1.7.12 which was an older version I had used and I am still getting the same error.
I uninstalled CollabNet SVN 1.8.5 in case it was causing a conflict, but that also did not help.
Install the latest m2eclipse update via url. since subclipse 1.10.x some updates needed to be made.
In Eclipse, open Help >> Install New Software...
Click Add...
For Name: enter m2eclipse Subclipse Integration
For Location: enter http://download.eclipse.org/technology/m2e/releases/
Click Ok, then check Maven SCM Integration and complete theinstallation (ignore the warning about unsigned content)
Restart Eclipse when prompted
这篇关于m2e Subclipse Connector错误 - 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!