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
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.