Dependency not found error; Yet Command-Click opens the file
Answered
I get the error shown below. When I command-Click on "checkstyle", the pom file is opened from my local .m2 directory in version 8.23, so it is clearly there and it is found by IntelliJ. What could be the reason for the error?
Some background information:
- IDEA (Mac) is on version 2019.2
- The snippet below is from the project/build/pluginManagement/plugins section of the POM.
- The Plugin is later used in the project/build/reporting/plugins section. I don't see an error in this section, but that's because I do not re-define the dependency there.

Please sign in to leave a comment.
Could you please try 2019.2.1 preview - The related issues fixed there: https://youtrack.jetbrains.com/issue/IDEA-219033.
Thanks for your reply! Before I saw it, I already deleted / reimported the project, deleted my .m2 folder and countless other things, until the issue went away. So right now I can't test the problem anymore. But the bug description reflects my issue 100%, so I hope I won't see the problem again after the next update.