How to force maven update?

后端 未结 25 2436
失恋的感觉
失恋的感觉 2020-11-22 03:18

I imported my already working project on another computer and it started to download dependencies.

Apparently my internet connection crashed and now I get the foll

25条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 04:09

    I've got the error in an other context. So my solution might be useful to others who stumple upon the question:

    The problem: I've copied the local repository to another computer, which has no connection to a special repository. So maven tried to check the artifacts against the invalid repository.

    My solution: Remove the _maven.repositories files.

提交回复
热议问题