Folks, I have 3 folders called A, B and C , each folder has pom.xml. B is depended on A, C is depended on both A and B. What I want is, I should able to run pom.xml from any folder not like A first then B and then C. Is there anyway, I can call the depended pom.xml. I can able run in sequence(like A then B then C).
Thanks a lot for your help. RAM. -- View this message in context: http://www.nabble.com/Dependency-tf3142320s177.html#a8709193 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
