For some of my modules Intellij IDEA is not importing the dependencies and plugins. Just the live cycle is imported.
The poms are valid as I compile on the command line. I have deleted the modules and reimported them. I deleted the project them and re-imported it.
So I wonder if there is some secret cache where Intellij IDEA informations on modules even after they are deleted.
Or if there is any other reason why Intellij IDEA might not be able to import dependencies and plugins.
UPDATE:
Found this interesting error message:
I don't use apache commons. Must be an Intellij IDEA problem. Maybe it is time for a bug report.
.IntelliJIdea14\system\Maven
— that did not help, just took a lot of time to be recreated. I have no*.ipr
files anywhere. So they can't be the problem. I can fix the*.iml
files (for example withmvn idea:idea
) but it won't fix the maven projects as shown in the screen shot. I have to continue looking. Or better: with the fixed*.iml
I do something productive. – Cragsman