Re: [maven-war-plugin] Exclude files/folders in webapp

2011-03-21 Thread Yegor Bugayenko
> > Thanks again :x > > Luong > > > > > From: Yegor Bugayenko > To: Maven Users List > Cc: Nguyen Tien Luong > Sent: Mon, 21 March, 2011 10:42:31 > Subject: Re: [maven-war-plugin] Exclude files/folders in webapp > >

Re: [maven-war-plugin] Exclude files/folders in webapp

2011-03-21 Thread Nguyen Tien Luong
**/client/*.* Thanks again :x Luong From: Yegor Bugayenko To: Maven Users List Cc: Nguyen Tien Luong Sent: Mon, 21 March, 2011 10:42:31 Subject: Re: [maven-war-plugin] Exclude files/folders in webapp How about warSourceExcludes options [1]?

Re: [maven-war-plugin] Exclude files/folders in webapp

2011-03-21 Thread Yegor Bugayenko
en'users, > > Can we, in using maven-war-plugin, exclude files/folders in webapp? > > Here my exemple: > > webapp > ++ admin > index.jsp > admin.jsp > > ++ client > index.jsp > account.jsp > META-INF > WEB-INF > > &g

[maven-war-plugin] Exclude files/folders in webapp

2011-03-21 Thread Nguyen Tien Luong
Hi maven'users, Can we, in using maven-war-plugin, exclude files/folders in webapp? Here my exemple: webapp ++ admin index.jsp admin.jsp ++ client index.jsp account.jsp META-INF WEB-INF Anf I don't want that the client's folder appear in my final WAR. Thanks, Luong