问题

新建Maven项目时出现下图警告:

No archetype found in remote catalog. Defaulting to internal catalog

 

原因:

因为使用了maven模版构建项目,要从网上获取模版,然后没有找到这个模版或者网络慢,导致获取失败

 

解决方法:

选择file --> Close Project。然后重新打开项目就可以了

No archetype found in remote catalog. Defaulting to internal catalog

相关文章: