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

0
Avatar
Permanently deleted user

IIRC the exhaustive search is for discovering poms that will become modules.

as far as I can tell, transitive dependencies are correctly handled

0
Avatar
Permanently deleted user

Thib,

You are right; I don't know what sloppiness on my part gave me that impression.

-Kevin

0

请先登录再写评论。