IntelliJ 14.1 is too slow when I import a Maven project

前端 未结 2 1479
别那么骄傲
别那么骄傲 2020-12-30 02:51

If I import a Maven project (Import Project > choose the main pom.xml file > check Import Maven projects automatically > Next ...):

  • in IntelliJ IDEA 14
相关标签:
2条回答
  • 2020-12-30 03:15

    If you use the bundled Maven that comes with Idea 14.1, have a look here: Slow Intellij IDEA deployment . Using an installed Maven seems to be much faster.

    enter image description here

    Another improvement could be to change the JDK for importer (and probably the VM options for importer) from Use internal JRE to your own JDK: enter image description here

    0 讨论(0)
  • 2020-12-30 03:15
    1. It's all because Maven version. Maven 3.0.5 or Maven 2.x use simplified dependency resolution so often it can be used during import for big projects. Thought it can work incorrect for some projects which uses 3.1+ Maven.
    2. Switching off auto-importing is another solution.
    0 讨论(0)
提交回复
热议问题