概述
通过在网上查找,得到两种解决方案:
maven的JRE运行时内存溢出,解决方案为加大JVM的可用内存,具体操作为:
在File → Settings → Build, Execution, Deployment → Build Tools → Maven → Importing_Build Tools → Maven → Importing
选项下,设置VM options for importer
为-Xmx1024m
(默认值-Xmx512m
太小了)。删除
{User_Home}/.IntelliJIdea{Version}/system/Maven/Indices
下面的文件,然后重启idea。
尝试这两种解决方案,最终通过2
这种方式解决了此问题。
参考资料:
- IntelliJ new project - maven archetype list empty
- Create a Maven project in Intellij IDEA 12 but alway in the “Loading archetype list ”page
最后
以上就是发嗲糖豆为你收集整理的idea创建maven项目时一直显示“Loading archetype list ”的全部内容,希望文章能够帮你解决idea创建maven项目时一直显示“Loading archetype list ”所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复