Unable to import maven project in IntelliJ14

后端 未结 10 1652
一向
一向 2021-02-01 01:21

I\'m trying to import the Maven projects from IntelliJ button (the one with the arrows in circle), but I get the following message \"Unable to import maven project. See logs for

10条回答
  •  我在风中等你
    2021-02-01 02:18

    Solved. I had to remove the IntelliJ project folder (.idea) and create a new project from the existing source clicking on the parent pom. Then, everything worked properly.

    I guess that some file was corrupted.


    In steps. Initially you have something like:

    After deleting the .idea folder you will have:

    So you close the project and start one from existing sources:

    You select the pom.xml file to create the new project and oveeride the IntelliJ project if one was found.

    Now you should see exactly the same as in the first picture.

提交回复
热议问题