Hi,
I have a question about packaging a ejb module which I build with mavin in a mulit-module project. It is necessary that I place a library (dependency) inside the /lib folder of my generated EJB Jar File.
I can do this for EAR modules with the following configuration:

<configuration>
<version>5</version>
<modules>
<JarModule>
<groupId>org.imixs</groupId>
<artifactId> jee-demo-lib </artifactId>
<bundleDir>lib</bundleDir>
</JarModule>
</modules>
</configuration>


But how to do the same for a jar ? My goal is to place the jee-demo-lib.jar into the /lib folder of my ejb as it is possible to place it in an ear using the maven-ear-plugin.
Is there a similar mechanism in the maven-ejb-plugin?
I need this to repackage a large project for a test on glassfish V3

Thanks for any help.

Ralph


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to