My observations until now (working 2 month with continuum) i have a feeling
that multi module Maven 2 projects are handled like multi "single" projects
with some magic.
This can be obserbed by the way the projects are checkout in the working
directory , each project seperated directory, flat struct
It sounds like a bug that Continuum is not adapting the order due to
the dependencies as it goes.
I know we are looking at ways to more smartly handle modules in the future.
- Brett
2008/10/6 Luc Willems <[EMAIL PROTECTED]>:
> Hello all
>
> i have some issues using a multi module project :
>
> w
Hello all
i have some issues using a multi module project :
we have a project like :
project
+ module A
+ module B
+ module C
+ module D
module D needs a,b & c . project is imported so that we have 5 build
projects (project +A,B,C,D)
when this project is imported and initial b