1. 程式人生 > >Maven: Failed to read artifact descriptor 解決

Maven: Failed to read artifact descriptor 解決

今天在學習springboot的時候,pom.xml檔案裡的內容,是從別的地方完全copy過來的,但是在專案裡始終報錯。

網上查了下,在終端裡執行

mvn -U clean install

就解決了問題了。

-U Forces a check for updated releases and snapshots on remote repositories