Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Marcel Schutte
ED]> Sent: Thursday, April 12, 2007 6:50:09 PM Subject: Re: How to generate manifest ClassPath entries for a web project? Johan Eltes wrote: > I'd like have all dependent jars of all modules of my enterprise > application bundled in the ear - not in WEB-INF/lib directories of my &

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Manos Batsis
Johan Eltes wrote: I'd like have all dependent jars of all modules of my enterprise application bundled in the ear - not in WEB-INF/lib directories of my war files. Is this possible with maven 2? I would also like maven to generate the required ClassPath entries in the war manifest file. I've

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread franz see
Good day, If you have a war project and you want some of its dependencies not to be included in your WEB-INF/lib, add ... ... ... provided Cheers, Franz Johan Eltes-3 wrote: > > Thanks. > Now that Maven is generating my manifest ClassPath entry for all my

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Johan Eltes
Thanks. Now that Maven is generating my manifest ClassPath entry for all my dependencies - how do I avoid having the dependent jars copied into the WEB-INF/lib directory of my war? Johan Eltes Callista Enterprise AB Mobil: +46 (0)708-22 41 86 [EMAIL PROTECTED] http://www.callistaenterprise.s

Re: How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Jerome Lacoste
On 4/12/07, Johan Eltes <[EMAIL PROTECTED]> wrote: I'd like have all dependent jars of all modules of my enterprise application bundled in the ear - not in WEB-INF/lib directories of my war files. Is this possible with maven 2? I would also like maven to generate the required ClassPath entries i

How to generate manifest ClassPath entries for a web project?

2007-04-12 Thread Johan Eltes
I'd like have all dependent jars of all modules of my enterprise application bundled in the ear - not in WEB-INF/lib directories of my war files. Is this possible with maven 2? I would also like maven to generate the required ClassPath entries in the war manifest file. I've found out how to