Warring:No archetype found in remote catalog. Defaulting to internal catalog
问题描述:创建maven工程出现问题,No archetype found in remote catalog. Defaulting to internal catalog
原因:本地仓库没有archet-catalog.xml文件
解决方法如下:
第一步:下载archet-catalog.xml文件放入maven-repo文件夹里
第二步:点击IDEA的setting,选择Build下面的Maven,点击Runner,填写VM选项里面的信息:-DarchetypeCatalog=local
点击apply即可