>
> 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
>
>
**/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]?
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
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