Re: Multiple Primary Artifacts from a Single WAR Project

2007-08-31 Thread Wayne Fay
I'd take the overlays approach with an "abstract" web project, resulting in 3 separate poms and projects, and thus 3 separate "war endstates" as you called it. Wayne On 8/31/07, Shelley <[EMAIL PROTECTED]> wrote: > I have a single web project which requires three distinct .war endstates, > where

Multiple Primary Artifacts from a Single WAR Project

2007-08-31 Thread Shelley
I have a single web project which requires three distinct .war endstates, where the only difference between each are the runtime dependencies (some configuration files may also be different in the future). Are there any recommendations for accomplishing this? Some background: * The assembly plugi