RE: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Vincent Massol
> -Original Message- > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] > Sent: mardi 20 septembre 2005 18:10 > To: Maven Users List > Subject: Re: ejb and war plugins (maven 1.1 beta2) > > He should add a requirement for the war plugin. > I'll see with h

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
He should add a requirement for the war plugin. I'll see with him.. Arnaud On 9/20/05, jan_bar <[EMAIL PROTECTED]> wrote: > > Thanks for your time Arnaud, it works for me. Vincent should fix code for > http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html?page=4 > > Jan > > "Arnaud HERITIER

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread jan_bar
Thanks for your time Arnaud, it works for me. Vincent should fix code for http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html?page=4 Jan "Arnaud HERITIER" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I published a snapshot you can install it locally maven plugin:download -Dmav

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
I published a snapshot you can install it locally maven plugin:download -Dmaven.repo.remote=http:www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-war-plugin -Dversion= 1.6.2-SNAPSHOT or you can reference it

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
I opened on Jira a release 1.6.2 So we're working on the 1.6.2-SNAPSHOT The name of the patch isn't important Arnaud On 9/20/05, jan_bar <[EMAIL PROTECTED]> wrote: > > Thanks Arnaud, > > one more question: If I want to create my patch, which version of the > plugin > should I use so it will no

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread jan_bar
Thanks Arnaud, one more question: If I want to create my patch, which version of the plugin should I use so it will not conflict with war plugin patch once published? WAR plugin is now 1.6.1, can I name it 1.6.1-patch? I think that there should be only number on the version, so 1.6.1.1 would be be

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
On 9/20/05, jan_bar <[EMAIL PROTECTED]> wrote: > > http://jira.codehaus.org/browse/MPWAR-50. > > I am starting with maven and j2ee, so my opinion may be of small value. > For > now I added: > > > It's good. Thanks, Jan > > PS: Can I create dependency on plugin patch? Or at least check if

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread jan_bar
http://jira.codehaus.org/browse/MPWAR-50. I am starting with maven and j2ee, so my opinion may be of small value. For now I added: Thanks, Jan PS: Can I create dependency on plugin patch? Or at least check if the plugin is of certain version and issue bug during build? The problem is that the

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
I never used it but it seems to be a missing feature in the war plugin. Can you open an issue. We'll fix it ASAP. The behavior of the ejb plugin was certainly changed recently and the war plugin wasn't updated. We should add the support for types : ejb and ejb-client (generated if maven.ejb.clien

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread jan_bar
No answers so far, but this seems to be basic question for J2EE development with maven. Maybe I was not clear enough. The client code generated for EJB must be included in WAR file. I don't know how to do this with maven 1.1 beta 2 because war plugin copies only type=jar dependencies and EJB clien

ejb and war plugins (maven 1.1 beta2)

2005-09-19 Thread jan_bar
Hi, ejb plugin places the EJB client code in repository in ejbs/.jar. However the war plugin uses only type=jar dependencies: (maven-war-plugin-1.6.1/plugin.jelly, line 149) Seems like bug. How can I add my EJB client jar to WAR? Thanks, Jan -