RE: dependencyManagement help

2008-04-24 Thread Brian E. Fox
>Then I'm not seeing what purpose the dependencyManagement section >serves if I've still gotta declare pretty much everything apart from >'version' in other dependency declarations? The group/artifact/classifier/type are part of the identifier and those must match. The scope and version can b

RE: dependencyManagement help

2008-04-24 Thread Jörg Schaible
Lachlan Deck wrote: > Hi there, > > On 24/04/2008, at 4:37 PM, Jörg Schaible wrote: > >>> -- root parent pom -- >>> >>> >>> >>> ... >>> ... >>> ... >>> ... >>> >>> >>> >>> >>> -- /frameworks/pom.xml -- >>> >>> >>> ... >>> ..

RE: dependencyManagement help

2008-04-24 Thread Bernhard David
om A). Greetings, David > -Original Message- > From: Lachlan Deck [mailto:[EMAIL PROTECTED] > Sent: 24 April 2008 08:55 > To: Maven Users List > Subject: Re: dependencyManagement help > > Hi there, > > On 24/04/2008, at 4:37

Re: dependencyManagement help

2008-04-23 Thread Lachlan Deck
Hi there, On 24/04/2008, at 4:37 PM, Jörg Schaible wrote: -- root parent pom -- ... ... ... ... -- /frameworks/pom.xml -- ... ... provided And so forth. Previously I had no dependency

RE: dependencyManagement help

2008-04-23 Thread Jörg Schaible
Lachlan Deck wrote: > Hi there, > > I'm trying to utilise dependency management but am obviously missing > something. > > I've got > /pom.xml > /frameworks/pom.xml > /frameworks/fwk1 > ... > /frameworks/fwkN > /app1/pom.xml > > -- root parent pom -- > > > >... >... >

dependencyManagement help

2008-04-23 Thread Lachlan Deck
Hi there, I'm trying to utilise dependency management but am obviously missing something. I've got /pom.xml /frameworks/pom.xml /frameworks/fwk1 ... /frameworks/fwkN /app1/pom.xml -- root parent pom -- ... ... ... ... -- /frameworks/pom.xml --