美文网首页java
idea创建maven项目时一直显示“Loading arch

idea创建maven项目时一直显示“Loading arch

作者: wvqusrtg | 来源:发表于2017-12-11 15:53 被阅读20次

通过在网上查找,得到两种解决方案:

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 arch

    本文链接:https://www.haomeiwen.com/subject/odgiixtx.html