新建maven專案提示Could not resolve archetype
配置Archetype Catalogs解決
1、Windows->preferences->maven->archetypes->Add Remote Catalogs
Catalog File 輸入:http://repo1.maven.org/maven2/archetype-catalog.xml
Description輸入自定義名稱(自己命名,新建工程時可進行選擇),例如 Maven catalog,點選Verify驗證(PS:非常慢),此次發現了(Found 26611 archetype(s)),win10系統(其實不知道是系統問題還是eclipse版本問題)的目前 Verify之後OK按鈕不恢復,只能選取消。後續再操作。
2、新建maven工程
右鍵->new->maven project
彈出對話方塊選next,然後Catalog選擇剛剛配置的Description中的內容maven catalog
由於win10系統中第1步Verify沒有成功,此時選項列表為空,選擇configure,找到1步中配置的maven catalog再次Verify,內容即加載出來了。然後選擇maven-archetype-webapp,然後next,填寫上對應的ID就完成了
相關推薦
新建maven專案提示Could not resolve archetype
配置Archetype Catalogs解決 1、Windows->preferences->maven->archetypes->Add Remote Catalogs Catalog File 輸入:http://repo1.maven.org/
eclipse新建maven專案失敗Could not resolve archetype
昨天晚上在做mapreduce時新建maven專案失敗,到網上找解決方法,最終這個方法可行。這裡轉載記錄一下。 原文作者部落格名 houbin0912。 新建maven專案的時候,報:Could not resolve archetype org.a
解決創建maven項目Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart問題
下載 -1 mage could nbsp ould pes 最新版 apach 今天用eclipse創建項目的時候報錯如下圖: 解決方案: 1.下載最新版maven-archetype-quickstart-1.1.jar 2.命令行到下載目錄下執行mvn i
Eclipse使用Maven外掛建立Web專案時出錯 Could not resolve archetype org a
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!  
建立maven專案的時候:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories. 解決辦法
問題: https://yq.aliyun.com/ziliao/364921 嘗試沒成功。 https://www.aliyun.com/jiaocheng/296712.html 嘗試沒成功。
新建maven工程時報錯 Could not resolve archetype
3.執行mvn install:install-file -DgroupId=org.apache.maven.archetypes -DartifactId=maven-archetype-quickstart -Dversion=1.1 -Dpackaging=jar -Dfile=maven-arch
解決使用eclipse創建maven web項目時報Could not resolve archetype的問題
red ted jar 創建項目 ron aging resolve 命令 自動 前兩天重裝了系統,今天想寫一個項目的時候出現了點問題。 在使用eclipse創建maven web項目時,點Finish後報了Could not resolve archetype的問題。
eclipse maven could not resolve archetype之類的錯誤
span 下載 rep ips logs -s 文件 ref target 先說下網上有種聯網導入的方法 而我的是本地導入的方法 就是導入原型特慢 或者 原型下載都下載不了的問題 解決方法只能 把那個文件下載搞到本地 沒有被墻 就是速度慢 http://repo1.
Maven 項目創建時遇到問題 (Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories.)
href .html 圖片 config pos maven 沒有 web con 解決辦法:配置一下 maven阿裏雲鏡像,親測有效,完美解決! 配置教程: http://blog.java1234.com/blog/articles/252.html 試過網上的
Maven:Could not resolve archetype
在建立maven-archetype-webapp專案時,總是丟擲以下異常: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the
Eclipse使用Maven建立Web時錯誤:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap
如圖:接下來在使用剛新增的catalog建立web工程 這個時候就可以看到Eclipse聯網下載了: 這個時候看一下是不是建立成功了如果還是不能建立或者問題沒有解決可以安裝下面的方法:1.刪除maven已經下載的檔案路徑:.m2\repository\org\apache\
【idea 14】新建 maven 專案時 ,一直loading archetype list 解決
1. 產生原因 未知 2.解決方法 將 idea 檔案中的 Maven 目錄刪除,重啟idea 即可 目錄位置一般為 : C:\Users\當前使用者名稱\.IntelliJ
maven專案打jar包的時候報錯:Failed to execute goal on project xxxx: Could not resolve dependencies for project
maven專案要打包成jar部署到伺服器上的時候報類似的錯: Failed to execute goal on project xxxx: Could not resolve dependencies for project xxxxxx:xxx:jar:0.
IDEA maven 專案打包報Could not resolve dependencies for project
最近專案上使用的是idea ide的多模組話,需要模組之間的依賴,比如說系統管理模組依賴授權模組進行認證和授權,而認證授權模組需要依賴系統管理模組進行,然後,我就開始相互依賴,然後出現這樣的問題: “Could not resolve dependencies for
git提示錯誤關於錯誤:ssh: Could not resolve hostname github.com: Name or service not known.fatal: Could not read from remote repository.
eight 無法讀取 主機名 github上 錯誤2 winsock nal file drive 關於 Git 使用中出現的錯誤 饑人谷_楠柒 關註 2016.11.02 15:33* 字數 746 閱讀 3607評論 5喜歡 10贊賞 1 關
解決intellij idea新建maven專案,載入archetype模型很慢
一:問題描述 用開發工具 intellij idea 新建maven專案的時候,不管選擇什麼archetype模型,載入都很慢 二:原因 maven構建的時候,每次去請求 archetype-catalog.xml 檔案 請求地址:http://repo1.ma
Spring @Value("$XXX")注入值失敗,錯誤資訊提示:Could not resolve placeholder佔位符不能被解析
問題原因: Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'wx.app.config.appid' in string value "${wx.app.config
Andriod 執行專案報阿里依賴無法解決Could not resolve com.aliyun.ams:alicloud-android-ut:latest.integration.
在這裡我希望每一個進來的大神都看一下,幫我解決一下這個問題為什麼出現,怎麼解決:Error:A problem occurred configuring project ':LTY'. > Could not resolve all dependencies
maven出現:Failed to execute goal on project ...: Could not resolve dependencies for project ...
出現 end pan maven could clear pro mon resolv 項目結構是一個父項目,多個子項目目錄: 例如: common --------------(父項目) fristDemo ------------(子項目
CentOS 使用yum命令安裝出現錯誤提示”could not retrieve mirrorlist http://mirrorlist.centos.org ***”
cannot log 命令提示符 error can fresh refresh nbsp ould 剛安裝完CentOS,使用yum命令安裝一些常用的軟件,使用如下命令:yum –y install gcc. 提示如下錯誤信息: Loaded plugins: fast