How about warSourceExcludes options [1]? Btw, why these files are there if you don't want them to appear in WAR?
1. http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html#warSourceExcludes — Yegor Bugayenko On Mon, Mar 21, 2011 at 10:28 AM, Nguyen Tien Luong <[email protected]>wrote: > 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 > > >
