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 what BBwM shows in section 3.4

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 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
> still requires me to put in the version for the war
> dependency.  Is this by
> intent or is it a bug?
>


I ka 'olelo ke ola, i ka 'olelo ka make



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to