Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
存储库注册表初始化期间发生Eclipse错误_Eclipse_Maven - Fatal编程技术网

存储库注册表初始化期间发生Eclipse错误

存储库注册表初始化期间发生Eclipse错误,eclipse,maven,Eclipse,Maven,我突然在初始化Eclipse Kepler时遇到一个错误: An internal error occurred during: "Repository registry initialization". For input string: "(pilgrim's conflicted copy 2013-10-18).gen" 我找到了 删除其中的目录: .metadata/.plugins/org.eclipse.m2e.core/nexus/ 重建maven项目 注意:这也适用于Ecl

我突然在初始化Eclipse Kepler时遇到一个错误:

An internal error occurred during: "Repository registry initialization".
For input string: "(pilgrim's conflicted copy 2013-10-18).gen"
我找到了

删除其中的目录:

.metadata/.plugins/org.eclipse.m2e.core/nexus/
重建maven项目


注意:这也适用于Eclipse Luna。

仅适用于其他人。删除它们后,转到“窗口>首选项>Maven>用户设置”。。然后单击更新设置我的错误是:“存储库注册表初始化”期间发生内部错误。对于输入字符串:“conflict-20150613-165020.gen”,但删除nexus目录解决了我的问题。我的系统上没有nexus文件夹。无法再搜索任务列表@user2568374
.metadata
文件夹在Eclipse项目中。(对我有用,谢谢@chiatic security的回答!)删除nexus目录对我有用。伟大的解决方案!