You can easily solve that with composition rather than inheritance.

e.g.

domain.db.composite
 -> db.driver

domain.axis.composite
 -> axis
 -> spring ws
 
and now...

domain.web.project
 -> domain.db.composite
 -> domain.axis.composite


each of the above can have a common parent that defines the distribution rules 
for you company...

all repsitories can be specified in settings.xml

On Tue, 22 Jul 2008 03:42:14 Raffaele wrote:
> Hi all,
>
> I have the following short question:
> should be possibile define a pom with two or more parent pom?
>
> A practical utilization:
> It would be useful having a pom which specifies db specific dependencies
> and a pom which specifies web specific dependencies, and my app could be
> child of both those pom(s).
>
> Thanks in advance,
> best regards
> Raffaele



-- 
Michael McCallum
Enterprise Engineer
mailto:[EMAIL PROTECTED]

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

Reply via email to