| From: |
"Grégory Joseph" <user-list@magnolia.info> |
| Subject: |
Re: [magnolia-user] Problem with magnolia-module-forum |
| Date: |
Thu, 17 Jul 2008 13:37:00 +0200 |
| To: |
<user-list@magnolia.info> |
|

 |
|
On Jul 16, 2008, at 10:54 PM, Ruben Reusser wrote:
I did a war import of the empty war into eclipse and then added each module jar file to the WEB-INF/lib directory. Some need some extra jar files to run (poll, scheduler, etc) - is there an easy way to get all the runtime jars for a module?
Hu?
If you do a mvn install of these modules, you get a tgz and zip with dependencies included. If on your war project you add (maven) dependencies to these modules, you'll get the dependencies in as well...
-g
|
|