You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jesse McConnell <je...@gmail.com> on 2009/12/16 16:18:40 UTC

Re: [jira] How to exclude certain files from war file.

issues (unmonitored) and dev (for development) are not lists for this
sort of question, try the users list

cheers
jesse

--
jesse mcconnell
jesse.mcconnell@gmail.com



On Wed, Dec 16, 2009 at 06:29, sylarStrike <pr...@wipro.com> wrote:
>
> Hi ,
>
> I am trying to merge two war files in one by using maven assembly. It merges
> easily. But now I want to use filter in those war files. For example
> excluding some jsp files and some other files.
>
> In my assembly section. I did.
>  <dependencySet>
>      <outputDirectory>HelloWorld</outputDirectory>
>
>                <includes>
>        <include>myproject:HelloWorld-1.0</include>
>      </includes>
>      <excludes>
>        <exclude>*.jsp</exclude>
>      </excludes>
>      <unpack>true</unpack>
>
>      <scope>runtime</scope>
>    </dependencySet>
>
>
> It's not excluding any jsp files. Any hint will be appreciated.
>
> thanks in advance.
> --
> View this message in context: http://old.nabble.com/How-to-exclude-certain-files-from-war-file.-tp26810367p26810367.html
> Sent from the Maven - Issues mailing list archive at Nabble.com.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org