创建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

解决方法

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

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

特此记录。

相关文章: