I'm trying to migrate an existing project to maven. This projects has some Ejbs, and I would like multiproject:install to build Ejb.jar AND Ejb-client.jar. Another sub-project (webapp) has ejb-client.jar for dependency.
When using multiproject:install, Ejb.jar is build but not Ejb-client.jar. I can see in plugin.jelly that "ejb:ejb-client" looks like an optional goal in the ejb plugin.
Do I need to define a postgoal to call ejb:ejb-client and install:artifact for Ejb-client.jar or is they're any way to handle this automatically ?
Nico.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]