Re: maven-war-plugin how to exclude jar files from WEB-INF/lib

2006-03-27 Thread Raymond Domingo
YES, This worked for me. Thanks raymond On Tue, 28 Mar 2006 00:49:37 -0600, Wayne Fay wrote > Use provided for this dependency to keep it out of the > lib directory. > > Wayne > > On 3/28/06, Raymond Domingo <[EMAIL PROTECTED]> wrote: > > Hello All, > > > > I just starting to use maven, bu

Re: maven-war-plugin how to exclude jar files from WEB-INF/lib

2006-03-27 Thread Wayne Fay
Use provided for this dependency to keep it out of the lib directory. Wayne On 3/28/06, Raymond Domingo <[EMAIL PROTECTED]> wrote: > Hello All, > > I just starting to use maven, but even after spending hours of browsing > documentation I'm still not able to create the war file that fits my needs