RE: dependencyManagement and dependecies

2008-06-27 Thread Mikael Petterson
Hi, Thanks! I corrected typo and changed to the same type and now it works! Have a greate weekend! cheers, //mikael -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: den 27 juni 2008 11:56 To: Maven Users List Subject: RE: dependencyManagement and dependecies

RE: dependencyManagement and dependecies

2008-06-27 Thread Jörg Schaible
Mikael Petterson wrote: > Hi, > > I am testing dependecy interitance. > > I our master pom.xml we have defined: > > > 0.0.0.1 > > > > > > > com.mycompany.app > admin >

Re: dependencyManagement and dependecies

2008-06-27 Thread Dennis Lundberg
There's a typo in your property: 0.0.0.1 the start and end tag don't match. Mikael Petterson wrote: Hi, I am testing dependecy interitance. I our master pom.xml we have defined: 0.0.0.1 com.myco

Re: dependencyManagement and dependecies

2008-06-27 Thread Julien Simon
Hi, I think that's because in your master pom, you didn't specify ejb-client. But you are right, you don't need to specify the dependency version in your children poms. Regards, Julien Simon.

dependencyManagement and dependecies

2008-06-27 Thread Mikael Petterson
Hi, I am testing dependecy interitance. I our master pom.xml we have defined: 0.0.0.1 com.mycompany.app admin ${app.version}