创建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
  • 重新导一遍即可

特此记录。

相关文章:

  • 2021-05-02
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-09
  • 2021-04-06
  • 2021-07-20
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案