Module is not visible after loading the unloaded module
Answered
I have various maven modules in my project. I unloaded the module and after some time loaded it back. But after loading back it is not visible again in Project view. And it is kind of disabled (light gray icon as compared to other modules icon) in maven view.
How to make the module visible again?
Please sign in to leave a comment.
Hello,
Have you tried to run "reimport" from Maven view? What IDE version do you use ("Help | About")?
Yes, I tried reimporting. The behavior is pretty weird and unexpectable. Version 2018.3
Step 1: Open 1 existing project
Step 2: Adding a new existing module (maven Project)
Step 3: unloading the module
Step4: trying loading the module again and on click of re-import after loading module back again getting pop-up to remove module
and on clicking yes module is getting remove (one of the few things that work correctly)
Note: with one of the other project (same IDE with the same version) load/unloading of the module had complete different behavior (as mentioned in the original problem statement). After loading it back it was still visible in the "Maven project" area but in a kind of disabled form.
Seems we have related issue on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-176377
Please follow it for updates.