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
