MyEclipse中使用MAVEN时 _a.fdx (系统找不到指定的文件 Cannot overwrite 0.fdt

1.问题描述:
在MyEclipse中使用MAVEN时,经常会报告如下错误:
Error on adding indexing context central;
${workspace\.metadata\.plugins\org.maven.ide.eclipse\nexus\central\_a.fdx (系统找不到指定的文件。)

2.解决方法:
删除
${workspace}\.metadata\.plugins\org.maven.ide.eclipse这个目录
maven会自己重建索引的


2.问题描述:


使用eclipse的maven插件时,在添加本地JAR包到repository的时候会遇到类似的以下问题。说明更新index时候失败。所以无法使用导入的本地的JAR包。

Error on adding indexing context local; Cannot overwrite: C:\Documents and Settings\xxx\workspace\.metadata\.plugins\org.maven.ide.eclipse\nexus\local\_0.fdt

Error on removing indexing context local; Cannot
delete: C:\Documents and Settings\xxx\workspace\.metadata\.plugins\org.maven.ide.eclipse\nexus\local\_0.fdt

触发这个问题原因是更新index的时候该文件正在被使用,所以不能做任何修改操作。

解决办法:

打开eclipse插件中的 "Maven Indexes" view.
具体操作在eclipse工具栏上依次找到: Windows > Show view > Other > Maven Indexes.

然后打开"Maven Indexes" view,在local repository上右键执行update index.即可。

你可能感兴趣的:(eclipse,maven,windows,MyEclipse,ide)