Ok, my structure must be :
Main |
| maven.xml |
| with reactor | Project A | Project B | Project C
| project.xml | project.xml |
project.xml
| with dep to project B | with dep to project C | with
no dep
| and Project D |
| Project D
| project.xml
| with no dep
And i run the main project.
-----Message d'origine-----
De : Brett Porter [mailto:[EMAIL PROTECTED]
Envoy� : vendredi, 4. mars 2005 11:22
� : VALLA Samuel
Cc : Maven Users List
Objet : Re: <extend> problems
That doesn't mean that A should extend B and D - it means that A should have
two dependencies: on B and D. IT need not extend anything.
- Brett
On Fri, 4 Mar 2005 09:18:26 +0100, VALLA Samuel <[EMAIL PROTECTED]> wrote:
> 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]