Maven transitive dependencies
When IntelliJ synchronizes with the Maven configuration (pom.xml), am I correct that it does not follow transitive dependencies unless "exhaustive search" is enabled on the Import tab of the Maven Settings dialog?
Why is this not the default behavior?
Regards,
Kevin Murphy
Please sign in to leave a comment.
IIRC the exhaustive search is for discovering poms that will become modules.
as far as I can tell, transitive dependencies are correctly handled
Thib,
You are right; I don't know what sloppiness on my part gave me that impression.
-Kevin