Problem /w RelativePath and Multiple level Inheritance

2007-03-14 Thread Miguel Angel Hernández
Hi all, My first message was rejected as s p a m sob sob. I have a problem regarding relativePaths, inheritance and aggregation, and need some help please. I tested this in maven 2.0.5 I have the following directory structure main: - pom.xml parent: - pom.xml son: - pom.xml - grandson:

Re: Problem /w RelativePath and Multiple level Inheritance

2007-03-14 Thread Patrick Schneider
Hi Miguel, You should change the modules section in your main pom to this: modules moduleparent/module moduleson/module /modules In other words, before son or grandson can be built, you need to build the parent. Cheers, Patrick On 3/14/07, Miguel Angel Hernández [EMAIL PROTECTED] wrote:

Re: Problem /w RelativePath and Multiple level Inheritance

2007-03-14 Thread Miguel Angel Hernández
It worked thanks Patrick! cheers, Patrick On 3/14/07, Patrick Schneider [EMAIL PROTECTED] wrote: Hi Miguel, You should change the modules section in your main pom to this: modules moduleparent/module moduleson/module /modules In other words, before son or grandson can be built, you