Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Springsource Tool Suite 中安装了 m2eclipse。我安装了 m2eclipse 指向的 Maven 3.0.3。当我尝试搜索新工件时 - 使用 Maven > 添加依赖项,它似乎只显示来自我本地存储库的结果。如果我在我的 POM 中手动输入一个新的依赖项,eclipse 将解决它(将它拉到我项目的类路径中)。由于某种原因,仅搜索不起作用。我知道有很多关于这个主题的类似帖子,但没有一个能解决我的问题。有任何想法吗?
好的,找到了解决方案:
http://paulbunting.wordpress.com/2010/12/22/spring-tool-suite-sts-m2eclipse-add-dependency-not-working/