1

几个月来,我对 Eclipse 和 Maven 有点问题。更改后pom.xml,Eclipse 将丢失所有工件并在我的 Maven 控制台中出现此异常:

Missing artifact commons-logging:commons-logging:jar:1.1:compile

Eclipse 没有找到任何工件。我的解决方法是关闭 Eclipse,mvn clean install在命令行上运行并启动 Eclipse。这种解决方法没有任何问题,但不是真正正确的方法。我该如何解决这个问题?

我正在运行 Eclipse 3.7 和最新的 m2eclipse(-ex​​tra)、Windows 7 64bit 和 JDK 1.6.0.24。

4

2 回答 2

1

I assume it builds ok when Maven is explicitly run - yes?
Have you tried right-clicking on the project and selecting

Maven..Update Project Configuration 

and

Maven..Update Dependencies?  

If not, that's likely to solve your problem.

于 2011-07-19T19:22:13.357 回答
0

你也在跑步吗

mvn eclipse:eclipse

我遇到了类似的问题,我运行了它,在 Eclipse 中刷新了项目,一切正常。

于 2011-07-19T19:15:08.307 回答