IntellijCE turn on warning on maven dependency
I'm trying to switching from Eclipse 2023-03 (4.27.0) to IntelliJ 2024.3.1.1 CE. I managed to setup the IDE decently but there is an important thing that is still missing:
I'm using a sample (multi-module) project with Maven 3.9.9 (Bundled), SpringBoot 3.4.1, Java 21.0.5 and inside my parent .pom I have this dependency:

As you can see Eclipse warns me beacuse I'm overriding the managed version 4.13.2 for junit. If I open the same project with IntelliJ it doesn't show no warning about that.
I have SonarQube for IDE plugin already installed in IntelliJ, the maven inspection settings are all checked:

and It's warn me If I duplicate a dependency but, If I downgrade the junit dependency (as I did in Eclipse above), It doesn't warn me at all:

The question is: Is there a way to let IntelliJ warn me as Eclipse does?
I seriously hope I did something wrong in the configuration otherwise it would be quite embarrassing.
N.B.: The ancient version of junit was intentionally inserted to show the behavior of the 2 IDE regarding warnings...
Please sign in to leave a comment.
Hello!
Thank you for reporting this!
IDEA currently does not display warnings for such potential configuration issues.
There is a YouTrack Issue IDEA-181023 for implementing this functionality, please make sure to upvote it to raise its priority for the developers!
I'll make sure to highlight it for the R&D Team as well.