Re: [M2] Siblilng dependencies not found when building a multi-module project

2007-02-01 Thread Rodrigo Ruiz
Thank you very much! It works like a charm :-) Best regards, Rodrigo Ruiz Jörg Schaible wrote: Hi Rodrigo, Rodrigo Ruiz wrote: Hi Wayne, thanks for your prompt response :-) I have tried to create a simple testcase for my problem, and I have discovered that the problem is not where I

[M2] Siblilng dependencies not found when building a multi-module project

2007-01-31 Thread Rodrigo Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I am working in a rather large multi-module project in which several modules depend on sibling and parent artifacts (within the same project). Using Maven 2.0.4, if I try to compile / package / install / deploy the whole project with a clean

Re: [M2] Siblilng dependencies not found when building a multi-module project

2007-01-31 Thread Wayne Fay
Assuming all your parent, module, and dependency tags are properly defined, the reactor should be able to figure out the proper order to build your modules to avoid problems. I'd suspect something is wrong in one (or more) of your pom files, as I have never seen this myself and I know there are

Re: [M2] Siblilng dependencies not found when building a multi-module project

2007-01-31 Thread Rodrigo Ruiz
Hi Wayne, thanks for your prompt response :-) I have tried to create a simple testcase for my problem, and I have discovered that the problem is not where I thought it was :-P The problem is not in the compilation step. The problem appears with 'mvn assembly:assembly', and I have found it in my

Re: [M2] Siblilng dependencies not found when building a multi-module project

2007-01-31 Thread Jörg Schaible
Hi Rodrigo, Rodrigo Ruiz wrote: Hi Wayne, thanks for your prompt response :-) I have tried to create a simple testcase for my problem, and I have discovered that the problem is not where I thought it was :-P The problem is not in the compilation step. The problem appears with 'mvn