Re: [M2] additive module dependencies

2006-11-08 Thread Nathan Coast
Hi Arnaud, apologies for not being clearer in my first email, I'll try to explain better now. I have a parent pom which contains some dependencies and two child projects included via modules. parent pom.xml modules module../child1/module module../child2/module

[M2] additive module dependencies

2006-11-07 Thread Nathan Coast
Hi, I'm fairly new to maven 2 and am having some trouble with module dependencies. I have a war project that builds fine when I build it in isolation. However, when it is built from the parent project (via the modules mechanism) all of the dependencies from all of the modules end up in the

Re: [M2] additive module dependencies

2006-11-07 Thread Arnaud Bailly
Nathan Coast [EMAIL PROTECTED] writes: Hi, I'm fairly new to maven 2 and am having some trouble with module dependencies. I have a war project that builds fine when I build it in isolation. However, when it is built from the parent project (via the modules mechanism) all of the