Re: dependencyManagement does not work with war file

2007-01-30 Thread Thierry Lach
My understanding (according to Better Builds with Maven (BBwM) book among other places) is that by putting the dependency and version in the dependencyManagement of a parent pom that it is not necessary to put ANY dependency version of the modules. What I'm trying to do is almost identical to

Re: dependencyManagement does not work with war file

2007-01-30 Thread Thierry Lach
I tried to send the whole project zipped up but got rejected as spam. So here goes - parent, ear pom and war pom (just in case). On 1/29/07, Patrick Schneider [EMAIL PROTECTED] wrote: Can you send your parent pom and the ear pom? On 1/29/07, Andi Anderson [EMAIL PROTECTED] wrote: did you

dependencyManagement does not work with war file

2007-01-29 Thread Thierry Lach
I'm working on a small example project and am trying to incorporate a lot of maven features into it. It's got a main pom and modules for multiple jars, a war, and an ear. I've just added dependencyManagement, but the ear pom does not seem to pick up the version from the dependencyManagement and

Re: dependencyManagement does not work with war file

2007-01-29 Thread Andi Anderson
did you try putting version[1.0,)/version in the dependancy section of the ear pom for the war? --- Thierry Lach [EMAIL PROTECTED] wrote: I'm working on a small example project and am trying to incorporate a lot of maven features into it. It's got a main pom and modules for multiple

Re: dependencyManagement does not work with war file

2007-01-29 Thread Patrick Schneider
Can you send your parent pom and the ear pom? On 1/29/07, Andi Anderson [EMAIL PROTECTED] wrote: did you try putting version[1.0,)/version in the dependancy section of the ear pom for the war? --- Thierry Lach [EMAIL PROTECTED] wrote: I'm working on a small example project and am trying