我有这个错误:
[ERROR] Failed to execute goal on project com.my.cms:
Could not resolve dependencies for project com.my.cms.jar:jar:0.0.1-SNAPSHOT:
Failed to collect dependencies for [com.my.common.jar:jar:0.0.1-SNAPSHOT (compile),
javax.servlet:servlet-api:jar:2.5 (provided), junit:junit:jar:4.11 (compile),
commons-logging:commons-logging:jar:1.0.4 (compile)]:
Failed to read artifact descriptor for com.my.common.jar:jar:0.0.1-SNAPSHOT:
Failure to find com.my.parent:pom:0.0.1-SNAPSHOT in http://10.168.0.1/nexus/content/groups/public
was cached in the local repository,
resolution will not be reattempted until the update interval of mymaven has elapsed or updates are forced -> [Help 1]
所有本地库都有jar,但是已经从服务器下载了Maven的eclipse插件并报告了超时错误。
答案 0 :(得分:1)
至少应该使用mvn -U来强制更新依赖项,包括快照。
实际上,请阅读" How to update maven repository in Eclipse?"
Maven->Update Project->Force Update