You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Thierry Lach <th...@gmail.com> on 2007/04/03 19:56:32 UTC

How to use war overlay approach with Maven 1.0??? (was: Include Common JSPs in multiple wars)

Subject says it all - does anyone have any examples of how this might be
accomplished using Maven 1.0 ?

On 4/3/07, Mark Hobson <ma...@gmail.com> wrote:
>
> A war overlay would be the cleanest solution:
>
> http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html
>
> Mark