I have an issue with IntelliJ. It doesn\'t show any folders in my project view on the left.
My setting is \"View As: Project\"
How can I manage it so that the folders and p
Intellij imports the project after resolving all the dependencies. In my case, it was unable to resolve dependencies for some of the modules and was stuck there. I had to copy my Maven settings.xml from local repo to the default .m2 folder in order to point it to the correct local repo.