You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Hahne, Ronald" <Ro...@NielsenMedia.com> on 2004/01/01 03:32:17 UTC

multi-project sequence

How do you control the order in which sub-projects are called?
I have components that must be build in a particualr order or one or more
will fail because it requires one of the other components to be built prior.

Thanks,
                            \  /
Ron Hahne           (* *)
Cube C3C024   ooO( )Ooo
Brooker Creek (813) 366-4052
Cell Phone      (727) 638-0690


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: multi-project sequence

Posted by __matthewHawthorne <ma...@apache.org>.
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 or one or more
> will fail because it requires one of the other components to be built prior.
> 
> Thanks,
>                             \  /
> Ron Hahne           (* *)
> Cube C3C024   ooO( )Ooo
> Brooker Creek (813) 366-4052
> Cell Phone      (727) 638-0690


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: multi-project sequence

Posted by Jason van Zyl <jv...@maven.org>.
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.

> I have components that must be build in a particualr order or one or more
> will fail because it requires one of the other components to be built prior.
> 
> Thanks,
>                             \  /
> Ron Hahne           (* *)
> Cube C3C024   ooO( )Ooo
> Brooker Creek (813) 366-4052
> Cell Phone      (727) 638-0690
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
-- 
jvz.

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org