Hi.

I have done multi-module POMs without any problem (Maven 2).

The main POM excerpt you posted looks to be fine. In the child POMs, be sure they refer to the parent:

<parent>
   <groupId>...</groupId>
   <artifactId>...</artifactId>
   <version>...</version>
</parent>

And be sure any dependency between one module and another is properly declared.

Then if you are sure of the above, I would not know further. I have done projects that all bundle into individual jars. There may be another issue if one module is being jar'd and then that needs to be assembled into the war. In theory, that all should work, but I don't actually have a specific example POM to show you.

Good luck.

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

Reply via email to