1. 程式人生 > >使用ssm整合是建立Maven專案報錯Failure to transfer com.thoughtworks.xstream:xstream:pom:1.3.1

使用ssm整合是建立Maven專案報錯Failure to transfer com.thoughtworks.xstream:xstream:pom:1.3.1

Description Resource Path Location Type
Failure to transfer com.thoughtworks.xstream:xstream:pom:1.3.1 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact com.thoughtworks.xstream:xstream:pom:1.3.1 from/to central (https://repo.maven.apache.org/maven2): The operation was cancelled. pom.xml /ssm-crud line 1 Maven Configuration Problem

我碰到這個問題時,解決辦法就是在目錄

C:\Users\xxx(自己的使用者名稱)\.m2\repository\org\apache\maven\shared\maven-filtering\1.0-beta-2中,把帶.lastUpdated字尾名的檔案刪除,然後更新專案或者重啟,就沒有問題了。