You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Felipe Gaúcho <fg...@gmail.com> on 2009/02/17 19:14:35 UTC

ejb-plugin configuration question

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org