> master pom > module with shade plugin > sub tree pom1 > module1 > module2 > sub tree pom2 > module1-2 > module2-2 > > i need something to do, that i will make shade depends on pom1 and pom2 and > then all modules it their trees will gets included.
Add another artifact, call it blah, and make it depend on module1, module2, module1-2, module2-2 etc. Then depend on blah in the module that uses shade plugin. I have no other suggestions if this will not work for some reason. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
