Maven 第一次用mvn compile 報錯問題
阿新 • • 發佈:2020-10-17
問題:maven第一次編譯時 一直報錯 網上各種解決方式都試過了,都沒成功 是本地倉庫一個外掛的問題
[ERROR] Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its
dependencies could not be resolved: Failed to read artifact descriptor for org.
apache.maven.plugins:maven-resources-plugin:jar:2.6: Could not transfer artifact
org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central (https:
n.apache.org/23.235.44.215] failed: Connection timed out: connect -> [Help 1]
解決方法 :我把室友電腦的本地倉庫拷過來,把我的倉庫覆蓋了 然後就編譯成功了
c盤使用者資料夾下.m2檔案裡的repository倉庫檔案給替換掉(記得給自己的repository備份)
連結:https://pan.baidu.com/s/19sx3N86PHlT2udwaWl78Ww
提取碼:5526