我正在使用Maven 2.2.0和Eclipse Juno。我正試圖將現有的Maven項目之一導入到工作區中。手動下載maven-resources-plugin:2.5
我得到以下錯誤。
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
我想手動下載該插件「maven-resources-plugin」。
任何人都可以建議如何手動下載插件並避免此錯誤。我檢查了pom.xml(我也有它的依賴)。
你可以pastebin更長的錯誤日誌? –
@SergiuDumitriu。我上傳了完整的錯誤。 – Patan
可以顯示pom.xml文件嗎?您是否嘗試在Eclipse中的命令行上編譯和打包項目?你爲什麼使用這樣一箇舊版本的Maven?如果您使用的是帶有m2e插件的Juno,那麼您已經在Eclipse中使用Maven 3,爲何不在命令行上使用? – khmarbaise