1. 程式人生 > >新建maven專案提示Could not resolve archetype

新建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就完成了