Thanks a lot Arnaud. Everythnig is OK now !! _____________________ _ _ _ bgOnline
-----Original Message----- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: lundi 14 novembre 2005 23:35 To: 'Maven Users List' Subject: RE: [m1] How to bundle an ejb-client into a web module ? Hi Blaise, It is a known bug : http://jira.codehaus.org/browse/MPWAR-50 It's already fixed, you can get the snapshot with : maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-war-plugin -Dversion=1.6.2-SNAPSHOT Arnaud > -----Message d'origine----- > De : Blaise Gosselin [mailto:[EMAIL PROTECTED] > Envoyé : lundi 14 novembre 2005 15:00 > À : [email protected] > Objet : [m1] How to bundle an ejb-client into a web module ? > > Hello, > > I'm using Maven 1.1-beta-2. > I have a web module that have the following dependency : > > <dependency> > <groupId>groupd</groupId> > <artifactId>artifact</artifactId> > <version>1.0</version> > <type>ejb-client</type> > <properties> > <war.bundle>true</war.bundle> > </properties> > </dependency> > > But when I launch the maven command "maven war" in the web > directory, I can't see the file ejb-client included in my > generated artifact. > What have I got to do ? > > Thanks in advance. > _________________________ _ _ _ > bgOnline > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
