我可以搜索我的开源 jar 的结果: with jar id: server-test-toolkit
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.googlecode.server-test-toolkit%22
但为什么在 m2e(日食中的 Maven)中我找不到那个:
ps:1我只有一个pom.xml 2我使用依赖信息,可以下载,但不能在标签中搜索。那么是m2e错误还是其他问题?
我可以搜索我的开源 jar 的结果: with jar id: server-test-toolkit
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.googlecode.server-test-toolkit%22
但为什么在 m2e(日食中的 Maven)中我找不到那个:
ps:1我只有一个pom.xml 2我使用依赖信息,可以下载,但不能在标签中搜索。那么是m2e错误还是其他问题?
1 从 .m2/repository/.cache/m2e 中删除缓存。.m2\repository.cache\m2e\0.12.1\d9d714e11cb097b3ffcec91cccc65d3e\nexus-maven-repository-index.gz 2 打开你的 eclipse 3 菜单 Windows > Preferences > Maven > User Settings > Update Settings Eclipse 将再次下载它,现在应该可以工作了.
根本原因是 maven repo 的索引已被缓存而不是更新。所以更新一下。