Re: M2 - Dependent Jars for EJB

2005-06-23 Thread Brett Porter
On 6/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: So... I guess I'd be interested in hearing your thoughts as to what the best way of accomplishing this is. The assembly task sounds like the best option... how would I implement this using that task? What hook would I need to use to

RE: M2 - Dependent Jars for EJB

2005-06-22 Thread JWiegman
trying to find a better technique. M2 users of the world! Come to my rescue! Joel -Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 11:09 PM To: Maven Users List Subject: Re: M2 - Dependent Jars for EJB sorry, the artifact ID should

Re: M2 - Dependent Jars for EJB

2005-06-22 Thread Brett Porter
I tried your example... here's my pom.xml entry: This generates an -client.jar alongside the main EJB (but a bug in alpha-2 caused it not to work). But it appears you want something else... Of course, nothing different happens when I generate the jar, so I'm guessing that this functionality

RE: M2 - Dependent Jars for EJB

2005-06-22 Thread JWiegman
List Subject: Re: M2 - Dependent Jars for EJB I tried your example... here's my pom.xml entry: This generates an -client.jar alongside the main EJB (but a bug in alpha-2 caused it not to work). But it appears you want something else... Of course, nothing different happens when I generate

M2 - Dependent Jars for EJB

2005-06-21 Thread JWiegman
For some reason my dependent jars aren't being included in my EJB jar when I issue an m2 package command. Here are the pertinent entries in my pom.xml: packagingejb/packaging EXAMPLE dependent jar entry (on local repository only, not remote): dependency groupIdlis/groupId

Re: M2 - Dependent Jars for EJB

2005-06-21 Thread Edwin Punzalan
I maybe wrong but I think for the client jars to be included in the ejb jar, you should configure your ejb plugin to do so like: plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-plugin-parent/artifactId configuration

Re: M2 - Dependent Jars for EJB

2005-06-21 Thread Edwin Punzalan
sorry, the artifact ID should be: artifactIdmaven-ejb-plugin/artifactId Edwin Punzalan wrote: I maybe wrong but I think for the client jars to be included in the ejb jar, you should configure your ejb plugin to do so like: plugins plugin