xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">報錯

x號開發者發表於2019-03-21

https://blog.csdn.net/qq_36611526/article/details/79067159

今天遇到個問題

檔案內引入某個資源

pom.xml頭部http://maven.apache.org/xsd/maven-4.0.0.xsd"報錯。

後來各種百度發現是包的問題:

1、找到maven的包的位置:window->preferences->Maven->User Settings找到。

 

2檢視是哪個包的問題,例如我的是:Failure to transfer org.springframework:spring-context-support:jar:4.2.5.RELEASE 包下的問題。

 找到C:\Users\Administrator\.m2\repository\org\springframework\spring-context-support\4.2.5.RELEASE這個包,將資料夾刪除

3、回到Eclipse右鍵專案選擇Maven->Update Project



相關文章