1.下載http://repo1.maven.org/maven2/archetype-catalog.xml 通過eclipse下載和網頁下載我這里都比較慢,最后用的迅雷下載 2.將本地xml文件配置到eclipse中 依次打開 ...
前兩天重裝了系統,今天想寫一個項目的時候出現了點問題。 在使用eclipse創建maven web項目時,點Finish后報了Could not resolve archetype的問題。 Could not resolve archetype org.apache.maven.archetypes:maven archetype webapp: . from any of the configu ...
2017-06-25 13:21 4 40873 推薦指數:
1.下載http://repo1.maven.org/maven2/archetype-catalog.xml 通過eclipse下載和網頁下載我這里都比較慢,最后用的迅雷下載 2.將本地xml文件配置到eclipse中 依次打開 ...
轉載:http://blog.csdn.net/afgasdg/article/details/12757433 ...
使用Eclipse自帶的Maven插件創建Web項目時報錯: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured ...
eclipse第一次創建MAVEN項目時出現這個問題,查了很多文檔改了沒用,后來問了別人知道是maven中央倉庫下載插件包失敗就會報錯。 解決辦法: 用國內阿里雲鏡像會好很多 在settings.xml種添加 <mirrors> <mirror> ...
/archetypes/ 在新建maven工程時報錯: Could not resolve arch ...
/ 在新建maven工程時報錯: Could not resolve archetype o ...
今天在創建web項目的時候,eclipse出現以下錯誤 解決辦法:配置一下 maven阿里雲鏡像,親測有效,完美解決! 配置教程: http://blog.java1234.com/blog/articles/252.html maven阿里雲鏡像: <mirror> ...
錯誤: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories.Could ...