解决idea创建maven工程Archetype not found in any catalog

创建maven工程时出现了如图报错。Archetype not found in any catalog. Falling back to central repositoty. Add a repository with id ‘archetype’ in your settings.xml.
解决idea创建maven工程Archetype not found in any catalog_第1张图片

解决方法

这是因为本地仓库没用settings.xml

  • 把conf下的settings.xml复制一份到本地仓库文件夹下(如图文件夹)
    解决idea创建maven工程Archetype not found in any catalog_第2张图片
  • 重新导一遍即可

特此记录。

你可能感兴趣的:(IDEA,java,maven,xml)