[M1] Specifying Module build order

2006-01-12 Thread Afkham Azeez
Hi Folks, I have a project with multiple modules and I have got all my project.xml files and maven.xml files in place. But I do not know how to specify the order in which the modules are to be built. How is this achieved? -- Thanks Afkham Azeez

Re: [M1] Specifying Module build order

2006-01-12 Thread stéphane bouchet
It depends on your dependencies you specify in your differents project.xml. In fact, if one project depends on another one, the second will be build before the first one. Personnaly i used maven 1.1beta2 witch is better than maven 1.0. Stéphane Afkham Azeez a écrit : Hi Folks, I have a pro