So, 
Project B needs the Project C (c.jar) to compile...
Project A needs the Project B (b.jar) and Project D (d.jar) to compile...

And, i want that when I run maven:site on Project A, Maven run in this order
1- Project C
2- Project B with Project C
3- Project D
And 4- Project A

Thanx 
-Sam



-----Message d'origine-----
De : Brett Porter [mailto:[EMAIL PROTECTED] 
Envoy� : vendredi, 4. mars 2005 00:33
� : Maven Users List
Objet : Re: <extend> problems

Sorry, you can only extend one project at a time. We have not yet seen a valid 
use case for multiple inheritence - what are you trying to do?

- Brett


On Thu, 3 Mar 2005 18:17:31 +0100, VALLA Samuel <[EMAIL PROTECTED]> wrote:
> Hello,
> I have this schema :
> 
> Project A       ---- Project B  ---- Project C
>                 |
>                 ---- Project D
> 
> My project A extends Project B and Project D, My project.xml like this 
> ????? :
> 
> <project>
>         <extend>ProjectB/project.xml</extend>
>         <extend>ProjectD/project.xml</extend>
> 
> Or not ???
> 
> thanks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to