Re: [m2] Multiproject & Dependecies

2005-04-27 Thread Nicolas Chalumeau
; Sent: Wednesday, April 27, 2005 7:37 AM > > To: Maven Users List > > Subject: Re: [m2] Multiproject & Dependecies > > > > I'm stuck with the same usecase (flat project layout). I > > filed this as jira issue as > > http://jira.codehaus.org/browse/MNG-3

RE: [m2] Multiproject & Dependecies

2005-04-26 Thread J. Matthew Pryor
Wednesday, April 27, 2005 7:37 AM > To: Maven Users List > Subject: Re: [m2] Multiproject & Dependecies > > I'm stuck with the same usecase (flat project layout). I > filed this as jira issue as > http://jira.codehaus.org/browse/MNG-359 since I have not seen > anymore

Re: [m2] Multiproject & Dependecies

2005-04-26 Thread Ryan Sonnek
I'm stuck with the same usecase (flat project layout). I filed this as jira issue as http://jira.codehaus.org/browse/MNG-359 since I have not seen anymore info on the mailing list. Brett Porter wrote: >You are (mostly) correct. The ordering is currently by dependencies, >then alphabetical. It

Re: [m2] Multiproject & Dependecies

2005-04-25 Thread J. Matthew Pryor
Brett Porter wrote: >You are (mostly) correct. The ordering is currently by dependencies, >then alphabetical. It should be in the following order: >- dependencies >- parent relationships >- module ordering > >We haven't noticed, as we consider the best practice to be that the >parent you extend is

Re: [m2] Multiproject & Dependecies

2005-04-20 Thread Peter van de Hoef
Hi Brett, Thank you very much. I've reorganized my projects a bit so that child-POM's are in a subdirectory of their parent. Everything works fine now. The reason for setting up a flat project-structure is that I am using Eclipse which does not allow nested projects. - Peter Brett Porter wrote:

Re: [m2] Multiproject & Dependecies

2005-04-19 Thread Brett Porter
You are (mostly) correct. The ordering is currently by dependencies, then alphabetical. It should be in the following order: - dependencies - parent relationships - module ordering We haven't noticed, as we consider the best practice to be that the parent you extend is always the directory one lev

[m2] Multiproject & Dependecies

2005-04-19 Thread Peter van de Hoef
Hi all, I am having a problem with building/installing POM's that depend on each other. My question is: how can I enfore a specific build order in multiproject builds? Basically, the configuration (stripped down to be able to isolate the problem) is as follows: A 'parent': Parent PO