通过在网上查找,得到两种解决方案:
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
网友评论