Nacho G. Mac Dowell wrote:

- Does anybody know how to specify the project order on the reactor? It seems to order them by name...

Hi Nacho,

At least when using the multiproject plugin (which I believe is just a frontend to reactor), you only need to set up the dependencies between the subprojects in their respective project.xml files.

E.g., in the jaxme core project.xml, you add something like

<dependency>
  <groupId>jaxme</groupId>
  <artifactId>jaxme-api</artifactId>
  <version>0.5-SNAPSHOT</version>
</dependency>

to the <build> section, and maven should take care of the ordering itself.


Best regards,

Fredrik Vraalsen
SINTEF

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

Reply via email to