Can't import the maven project in IntelliJ Idea 2016.1.1

后端 未结 11 889
无人共我
无人共我 2021-01-01 14:52

I am trying to import a project in IntelliJ Idea 2016.1.1 using: File->Project from existing sources->choose the required pom.xml

It comes to this dialog bo

11条回答
  •  别那么骄傲
    2021-01-01 15:32

    Had exactly the same issue, in my case it was a memory problem: the importer needed more memory than the one allowed by the VM's limit set by default after the installation of IntelliJ: I had 768 mb set by default and i moved them to 2048 mb.

    You can set this under : Preferences |-> Build, Execution, Deployment |-> Build Tools |-> Maven |-> Importing |-> VM options for importer

提交回复
热议问题