我收到了同樣的錯誤,因爲這問題:When maven says "resolution will not be reattempted until the update interval of MyRepo has elapsed", where is that interval specified?Maven的:找到神器是目錄
的解決方法是刪除特定工件目錄。但是,我怎麼找到它在哪裏?
運行mvn clean install -U
建議here不適用於我。它提供了錯誤:
Could not find artifact <artifact info>... in central (https://repo.maven.apache.org/maven2)
您的本地回購通常位於.m2/repository /下的用戶主目錄中,是您的意思嗎? –
這不是一個直接的回答你的問題,但嘗試'mvn依賴:purge-local-repository'(運行這個往往會失敗的構建,所以我可能會失去東西......但它似乎成功地刪除依賴從當地回購) –