You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by VALLA Samuel <sv...@cross-systems.com> on 2005/03/03 18:17:31 UTC

problems

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: problems

Posted by Brett Porter <br...@gmail.com>.
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
<sv...@cross-systems.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

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