Maven based project import main pom not working
Answered
I have a maven based project with multiple modules.
When trying to reimport the main pom it seems like the idea starts working but then nothing happens - no error shown but in the Maven panel all modules have red line under it's name.


When reimporting a single module it seems to be working, but I have more then 100 modules in my project - so I don't want to do it by hand.
By the way there is no issue with the project it self, running mvn clean install & running the modules via command line is working as expected.
I have Intellij Ultimate 2016.3.3 running on MAC El Capitan, my maven importing settings are:

Please sign in to leave a comment.
Please check idea.log (https://intellij-support.jetbrains.com/hc/articles/207241085) for errors related to Maven importing.
There were issue with my host file. Fixing it resolved the issue!
Thanks!!!