Navigating to implementation takes me to jar files in maven
Answered
Hi
I am finding that for some modules when I navigate to the implementation it takes me to a jar file in External Libraries instead of the source, which is in another module.
Does anybody know why this happens? It's maddening..I've tried recloning the repos (each top-level module is in its own repo), invaliating/clearing caches, rebuilding maven project, deleting iws/ipr files..nothing works.
Please sign in to leave a comment.
1) Please provide a couple of screenshots from a problem module:
- File | Project Structure | Modules | module_name | Sources
- File | Project Structure | Modules | module_name | Dependencies
and clarify the library name you're having problem with.
2) Make sure that Automatically download | Sources is enabled under Settings/Preferences | Build, Execution, Deployment | Build Tools | Maven | Importing. If not, enable this option and reload the Maven project.
Hi Egor
Thanks for replying.
I think I have fixed it - I figured if I completely uninstalled and reinstalled intellij it might work. Steps:
It seems to have worked.
Jason