Intellij 12 - Can't Reimport Module

前端 未结 9 746
野性不改
野性不改 2021-02-01 15:00

So I ran into a strange problem today. I was having some issues with one of my modules in IntelliJ so I decided I should try blowing it out and rebuilding it from a fresh checko

9条回答
  •  臣服心动
    2021-02-01 15:47

    If you are using a maven structure, it could be that you ignore the poms after unloading modules. Check this at:

    File | Settings | Build, Execution, Deployment | Build Tools | Maven | Ignored Files

    Uncheck your modules and try again.

    (If you have many files listed there, just deselect all via Ctrl + A, Space)

提交回复
热议问题