Failure to transfer dependency, was cached in the local repository

前端 未结 4 874
傲寒
傲寒 2020-12-17 22:47

I am working on maven 2 project on eclipse, and I have the m2e plugin, and I am getting the following error in Eclipse:

Failure to transfer com.thoughtworks.x         


        
4条回答
  •  無奈伤痛
    2020-12-17 23:23

    You can use -U parameter to force a check for the updated releases and snapshots on remote repositories, and resolve this issue.

    Actually you can find this solution by using mvn -h to show Maven help.

提交回复
热议问题