You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2008/02/16 01:40:28 UTC

[jira] Closed: (MWAR-145) Add a mojo parameter for file extensions which must not be filtered.

     [ http://jira.codehaus.org/browse/MWAR-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MWAR-145.
-----------------------------

    Resolution: Fixed

fixed in rev 628218.
Configuration sample
{code:xml}
<plugin>
  <artifactId>maven-war-plugin</artifactId>
   <version>2.1-alpha-2-SNAPSHOT</version>
    <configuration>
      <nonFilteredFileExtensions>
      <nonFilteredFileExtension>jpg</nonFilteredFileExtension>
      <nonFilteredFileExtension>png</nonFilteredFileExtension>
      </nonFilteredFileExtensions>
    </configuration>
</plugin>
{code}

> Add a mojo parameter for file extensions which must not be filtered.
> --------------------------------------------------------------------
>
>                 Key: MWAR-145
>                 URL: http://jira.codehaus.org/browse/MWAR-145
>             Project: Maven 2.x War Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.1-alpha-1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 2.1-alpha-2
>
>
> When filtering is set on for webResouces and overlay, binary files are damaged.
> Adding a configuration parameter nonFilteredFileExtensions to not filtering a list of file extensions (no default value!).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira