You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc. at Cisco)" <jp...@cisco.com> on 2006/04/30 02:19:23 UTC

creating ejb client jar

 
Hi,
 
My J2EE structure has a EJB component and a Client component (which has
only Interface java files). I am using Maven2.
 
As a first step, I am builiding the Client component and creating the
jar artifact.
Then, using the maven-ejb-plugin, to build the EJB component which
creates a EJB jar and a ejb-client jar (using <generateClient>).

How can I create just one client jar, instead of 2 jars from the above
steps.
 
Thanks
-Jagan