mvn dependency:tree skips an transitive dependency
I have a problem according to maven.
I have a module A, B and C. For legal reasons I am not allowed to tell the real names.
Module A has a dependency to module B, module B has a dependency to module C. They are configured this way in the poms correctly.
For some reason, if I call dependency:tree to the modul A, the module B is listed but the module C is not listed.
Module A,B and C are in scope compile. They are of packaging "jar". The local repository is fresh. The group-ids for all modules are "x". The version for all modules is "1". Maybe exclusions are made, but I do not know where.
I have a module A, B and C. For legal reasons I am not allowed to tell the real names.
Module A has a dependency to module B, module B has a dependency to module C. They are configured this way in the poms correctly.
For some reason, if I call dependency:tree to the modul A, the module B is listed but the module C is not listed.
Module A,B and C are in scope compile. They are of packaging "jar". The local repository is fresh. The group-ids for all modules are "x". The version for all modules is "1". Maybe exclusions are made, but I do not know where.