We have a fairly large project, that uses teh following 3 constructs in various pom files <dependency> <parent> <module>
Given that, will maven reactor come out with the correct order after considering all of these ? I inherited this project recently from somebody else. I havent completed my investigation. but it appeared that it doesnt consider <parent> clause while deciding teh build order. Could this be true ? --sony