You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by nicolas de loof <ni...@apache.org> on 2008/02/12 12:17:56 UTC

ejb classpath and ear plugin

Hello,

The ejb plugin has the option to generate the EJB classpath in MANIFEST
based on the declared dependencies

Is there any support in the ear plugin to automagically package thoses
dependencies as jarModules ?

Nico.

Re: ejb classpath and ear plugin

Posted by Manos Batsis <ma...@geekologue.com>.
nicolas de loof wrote:
> The ejb plugin has the option to generate the EJB classpath in MANIFEST
> based on the declared dependencies
> 
> Is there any support in the ear plugin to automagically package thoses
> dependencies as jarModules ?


My objective in a probably similar situation was to package EJB JAR and 
WAR dependencies in a shared classpath within my EAR and point to them 
from my MANIFEST.MF files. I finally did it, but had to duplicate the 
EJB and WAR deps in the EAR POM as well. You can see all three POMs at [1].

[1] http://md4j.cvs.sourceforge.net/md4j/md4j-quickstarter-mvn/

hth,

Manos



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


[solved] ejb classpath and ear plugin

Posted by nicolas de loof <ni...@apache.org>.
This is allready the case ... sorry for the noise :-/


2008/2/12, nicolas de loof <ni...@apache.org>:
>
> Hello,
>
> The ejb plugin has the option to generate the EJB classpath in MANIFEST
> based on the declared dependencies
>
> Is there any support in the ear plugin to automagically package thoses
> dependencies as jarModules ?
>
> Nico.
>