----- Original Message ----- From: "nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, February 09, 2004 3:32 PM Subject: ejb:ejb-client usage
> Hi > > 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 ? Yes or if you have a default goal for all your project, you can add an attainGoal to ejb:ejb-client. > > Nico. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
