You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Blaise Gosselin <bg...@c-w.be> on 2005/11/14 14:04:59 UTC

[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