`
zhoukai
  • 浏览: 18016 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

Resolution will not be reattempted until the update interval of central has elap

 
阅读更多
http://blog.mycila.com/2010/09/maven-3-resolution-will-not-be.html
引用

This is often a false positive. Imagine you have a connection issue lasting only 5 seconds when Maven 3 tries to download a dependency, it will mark this dependency as unavailable for a delay. And thus will prevent you from replaying the build command even if the network issue is fixed.

Just run the command with the -U option. Even if its description applies to snapshots, it seems to also fix the error if it occurred on a release.

Example: mvn -U clean package
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics