> <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
[[Marcin Kwapisz]] 
Use maven-assembly-plugin or maven-dependency-plugin (copy-dependecies goal)

Regards
-- 
Marcin Kwapisz





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

Reply via email to