Thanks, Emmanual.  That worked.  But how do I configure my project
that uses the ejb as a dependency to use the client JAR instead of the
main one?  It looks like all of my WARs are including the full ejb-jar
instead of the client-jar.

On 6/17/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> You have the correct configuration, but we have a bug in ejb plugin
> release with m2 alpha-2. It's fixed in svn.
> 
> Emmanuel
> 
> Nathaniel Stoddard wrote:
> > Can anybody give me a quick reference or example for generating a
> > client for an EJB project?  My project is doing just fine getting
> > installed using the Maven 2.0 ejb:ejb goal.  However, no client is
> > being generated.
> >
> > Here's what I have now ....
> >
> >             <plugin>
> >                 <groupId>org.apache.maven.plugins</groupId>
> >                 <artifactId>maven-ejb-plugin</artifactId>
> >                 <configuration>
> >                     <generateClient>true</generateClient>
> >                 </configuration>
> >             </plugin>
> >
> > I'm not quite sure what I'm supposed to put inside the generateClient
> > element.  I've tried just about everything.  Thanks again.
> >
> > ---------------------------------------------------------------------
> > 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]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to