H there,
I am using the EJB plugin to generate two artifacts: the ejb-module
jar and the ejb-module-client.jar.
problem is: the ejb module is deployed automatically to my local maven
repository, but the client jar not :(
how to do that ?
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<configuration>
<ejbVersion>3.0</ejbVersion>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
<generateClient>true</generateClient>
<clientIncludes>
<!-- this will include all
files and directories under com/foo/bar -->
<clientInclude>net/java/dev/cejug/classifieds/login/entity/facade/client/**</clientInclude>
</clientIncludes>
</configuration>
</plugin>
--
Please help to test this application:
http://fgaucho.dyndns.org:8080/cejug-classifieds-richfaces
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]