Say I have parent pom called A and child pom called B. I specified <module> element for B inside A and also specified <parent> element for A inside B. Now I dont understand I would have to declare <dependencyManagement> element in A. Say if I have B, C, D as child modules and B, C, D all 3 depend on junit then can I declare junit as dependency in A using <dependencies> element instead <dependencyManagement> and in that B, C, D inherit that <dependency> instead of each B, C, D declaring the dependency. If so in what cases do I use <dependencyManagement>.
I read the online documentation available at maven site but the <dependencyManagement> documentation section is not clear to me. Can anyone please explain <dependencyManagement> with an example. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
