Re: ejb plugin 1.7.1

2005-09-19 Thread jan_bar
Thanks Vincent, I have maven 1.1-beta-2 and I am trying to use EJB plugin so it can handle the EJB3. I forgot to add ejbTypeHandler variable. Here is my maven.xml: Now it works fine. Is there any better way? There is no support for EJB3 in maven... thanks, Jan > Hi Jan, > > Version 1.

RE: ejb plugin 1.7.1

2005-09-19 Thread Vincent Massol
Hi Jan, > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of jan_bar > Sent: lundi 19 septembre 2005 15:01 > To: users@maven.apache.org > Subject: ejb plugin 1.7.1 > > Hi, > > the ejb plugin installs the client EJB code in ejb-client

ejb plugin 1.7.1

2005-09-19 Thread jan_bar
Hi, the ejb plugin installs the client EJB code in ejb-clients folder with ejb-clients extension e.g. /ejb-clients/.ejb-client. Is this correct? How should I work with jar file with ejb-client extension when I need it for my EJB clients? Jan ---

[ANN] Maven EJB Plugin 1.7.1 released

2005-08-28 Thread Vincent Massol
We are pleased to announce the Maven EJB Plugin 1.7.1 release! http://maven.apache.org/reference/plugins/ejb/ EJB Plugin for Maven Changes in this version include: Fixed bugs: o Update dependency to Maven Model v3.0.0 final (it was previously depending on 3.0.0 SNAPSHOT). To