When maven says “resolution will not be reattempted until the update interval of MyRepo has elapsed”, where is that interval specified?

前端 未结 19 1111
迷失自我
迷失自我 2020-11-22 16:49

With maven, I occasionally hit an artifact that comes from some 3rd-party repo that I haven\'t built or included in my repository yet.

I\'ll get an error message fr

相关标签:
19条回答
  • 2020-11-22 17:38

    I had a similar error with a different artifact.

    <...> was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

    None of the above described solutions worked for me. I finally resolved this in IntelliJ IDEA by File > Invalidate Caches / Restart ... > Invalidate and Restart.

    0 讨论(0)
提交回复
热议问题