Kallin Nagelberg wrote:
I have a multi module project with superpom of type 'pom'. I was wondering how I can obtain all the modules as dependencies in another project. I thought I could just declare a dependency on the superpom, but that doesn't work.
No it won't, because the modules themselves are not dependencies of the parent POM, they are just modules.
You will have to specify each of the modules you need to use as dependencies in your other project.
-- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
