------ Maven 2 Ejb Plugin: configuration examples ------ Stephane Nicoll ------ September 25, 2005 Introduction The EJB plugin allows to package an EJB module. To generate the ejb-client jar as well, you need to set the to true in the plugin's configuration: +-------- org.apache.maven.plugins maven-ejb-plugin true +---------