RE: multi-project sequence

2004-01-01 Thread Jason van Zyl
On Thu, 2004-01-01 at 09:33, Hahne, Ronald wrote: > What do you mean add your projects and reactor? Sorry, the reactor. The reactor is what orders your projects. It is used in the maven bootstrap itself to order the plugins for building. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.ze

RE: multi-project sequence

2004-01-01 Thread dion
"Hahne, Ronald" <[EMAIL PROTECTED]> wrote on 02/01/2004 01:33:32 AM: > What do you mean add your projects and reactor? > I have a top level minimal project.xml, then have my projects in > suboridinate directories each with a project.xml. I have verified the > calling java:compile and jar:install

RE: multi-project sequence

2004-01-01 Thread Hahne, Ronald
hanks, \ / Ron Hahne (* *) Cube C3C024 ooO( )Ooo Brooker Creek (813) 366-4052 Cell Phone (727) 638-0690 -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Thursday, January 01, 2004 1:41 AM To: Maven Users List Subject: Re: multi-project seq

Re: multi-project sequence

2004-01-01 Thread __matthewHawthorne
I believe you can manage this by declaring some subprojects as dependent on others. The multiproject plugin will then build them in the correct order. Hahne, Ronald wrote: How do you control the order in which sub-projects are called? I have components that must be build in a particualr order o

Re: multi-project sequence

2003-12-31 Thread Jason van Zyl
On Wed, 2003-12-31 at 21:32, Hahne, Ronald wrote: > How do you control the order in which sub-projects are called? You add your projects and the reactor, which is used by the multiproject plugin, creates a directed graph which is used to resolve your build order when one project depends on another