Re: maven 3 inheritance

2009-12-09 Thread Stephen Connolly
Subject: Re: maven 3 inheritance ...and parent versions? Good question. You'll have to find out if the project hierarchy or dependency resolution is processed first. Report back and tell us! Paul

Re: maven 3 inheritance

2009-12-09 Thread Erlend Hamnaberg
[mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Tuesday, December 08, 2009 4:37 PM To: Maven Users List Subject: Re: maven 3 inheritance ...and parent versions? Good question. You'll have to find out if the project hierarchy or dependency resolution

Re: maven 3 inheritance

2009-12-09 Thread Frederic Camblor
: maven 3 inheritance ...and parent versions? Good question. You'll have to find out if the project hierarchy or dependency resolution is processed first. Report back and tell us! Paul

Re: maven 3 inheritance

2009-12-09 Thread Stephen Connolly
...@gmail.com] On Behalf Of Paul Benedict Sent: Tuesday, December 08, 2009 4:37 PM To: Maven Users List Subject: Re: maven 3 inheritance ...and parent versions? Good question. You'll have to find out if the project hierarchy or dependency resolution is processed first

Re: maven 3 inheritance

2009-12-08 Thread Erlend Hamnaberg
Noone? Is this the wrong forum for maven 3 related questions? -- Erlennd On Fri, Dec 4, 2009 at 1:03 PM, Erlend Hamnaberg ngar...@gmail.com wrote: Hi. I am testing out maven 3 on our project. I heard from Jason's presentation on JavaZone that you are supposed to be able to have versionless

Re: maven 3 inheritance

2009-12-08 Thread Paul Benedict
Last I know, this is not yet implemented. The focus of Maven 3 alpha releases is backwards compatibility with Maven 2. New features have not yet been added. Paul On Tue, Dec 8, 2009 at 2:54 PM, Erlend Hamnaberg ngar...@gmail.com wrote: Noone? Is this the wrong forum for maven 3 related

Re: maven 3 inheritance

2009-12-08 Thread Erlend Hamnaberg
ok, thanks. is it then possible to use variables for dependency versions and parent versions? The maven integration in IDEA and eclipse complains about this, and I'm guessing that both of these use maven3 as the baseline. This sort of works in maven2 (with modifications of install and deploy

Re: maven 3 inheritance

2009-12-08 Thread Paul Benedict
Erlend, is it then possible to use variables for dependency versions? Yes. This is supported today in Maven 2. ...and parent versions? Good question. You'll have to find out if the project hierarchy or dependency resolution is processed first. Report back and tell us! Paul

RE: maven 3 inheritance

2009-12-08 Thread Lacoste, Dana (TSG Software San Diego)
Users List Subject: Re: maven 3 inheritance ...and parent versions? Good question. You'll have to find out if the project hierarchy or dependency resolution is processed first. Report back and tell us! Paul - To unsubscribe, e

Re: maven 3 inheritance

2009-12-08 Thread Paul Benedict
3 inheritance ...and parent versions? Good question. You'll have to find out if the project hierarchy or dependency resolution is processed first. Report back and tell us! Paul - To unsubscribe, e-mail: users-unsubscr

Re: maven 3 inheritance

2009-12-08 Thread Baptiste MATHUS
-Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Tuesday, December 08, 2009 4:37 PM To: Maven Users List Subject: Re: maven 3 inheritance ...and parent versions? Good question. You'll have to find out

maven 3 inheritance

2009-12-04 Thread Erlend Hamnaberg
Hi. I am testing out maven 3 on our project. I heard from Jason's presentation on JavaZone that you are supposed to be able to have versionless parent elements. Trying to build the attached project, makes it fail. In maven 2 we could inherit properties, this doesn't seem to work anymore. Can