I have a quick question about dependencyManagement - if moduleA has a
dependencyManagement tag that pulls in a pom that has a bunch of
dependencies.
 
ModuleB depends on moduleA.  During a build of ModuleB, I can see it
trying to get at the pom specified in the dependencyManagement section
of moduleA, but it can't seem to find it in our local repository.  Yet,
building moduleA, there are no problems.
 
Am I missing some thing with regard to how these import scoped
dependencies work?
 
 

Reply via email to