You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gautham Pamu <ga...@gmail.com> on 2006/08/22 23:29:11 UTC

How to copy directory to WEB-INF/lib directory fir war file

Hi Everyone,

I want to package a directory in the WEB-INF/lib directory for war file. Is
it possible to copy directories to
lib using maven war plugin.

-- 
-Gautham Pamu

Re: How to copy directory to WEB-INF/lib directory fir war file

Posted by Alexandre Russel <al...@russel.fr>.
On Tuesday 22 August 2006 23:29, Gautham Pamu wrote:
> I want to package a directory in the WEB-INF/lib directory for war file. Is
> it possible to copy directories to
> lib using maven war plugin.
you can create a module for the directory then create a dependency to that 
module in the war module. The module created will then be added to your 
WEB-INF/lib directory.
Alex