How to disable Maven auto import automatically in IntelliJ IDEA?

后端 未结 5 1579
长情又很酷
长情又很酷 2020-12-11 00:00

I believe this setting might be causing IntelliJ IDEA to behave slowly. I used to get a popup and finally clicked \'do this automatically\', and now it is on, but I want to

5条回答
  •  生来不讨喜
    2020-12-11 00:33

    Uncheck Project Settings | Maven | Importing | Import Maven projects automatically.

    For IDEA 14+ it's under Settings | Build, Execution, Deployment | Build Tools | Maven | Importing | Import Maven projects automatically.

    For IDEA 2020+, open Settings | Build, Execution, Deployment | Build Tools and check "Reload projects after changes in the build scripts" and "Any changes"

提交回复
热议问题