> In project i have several groups of artifacts. Group has one master POM and > lot of modules of type JAR. > > Can i do something to depend on master pom and it will include all its > modules?
Do you have dependencies between the various artifacts eg: Master POM modules A, B [dependency to A], C [dep to B], D [dep to C]... plus this artifact you are talking about which we will call E and I assume it is a module under Master POM as well ?? If so, you can just depend on D and it should bring the other modules in transitively. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
