multi-module project

module a is the war for WL (the one without the extra files)

module b is the war with the extra files needed for tomcat and it depends on
module a

you test in TC with module b and deploy module a to WL.

if I have things the wrong way around then you test with module a and deploy
module b to WL

On 18 May 2011 12:05, Greg Akins <angryg...@gmail.com> wrote:

> On Tue, May 17, 2011 at 6:13 PM, Stephen Connolly
> <stephen.alan.conno...@gmail.com> wrote:
> > I'd use war overlays... executions will not do what you think it will do
> >
>
> From what I just read, it looks like war overlays are made to "merge"
> two WAR, or ZIP, files.
>
> In this case, would it make sense to use a ZIP file with a directory
> structure like
>
>  |-- WEB-INF
>      |- lib
>       '--- activation-1.1.1.jar
>       '--- mail-1.4.1.jar
>
>
> --
> Greg Akins
> http://twitter.com/akinsgre
>

Reply via email to