[ http://jira.codehaus.org/browse/MEAR-43?page=comments#action_75405 ] 
            
Ian Springer commented on MEAR-43:
----------------------------------

Actually, I think you'd also need a way to specify includes/excludes to specify 
which files should be filtered. This will allow users to specify a subset of 
the files that need to be filtered and allow them to exclude binary files. For 
example:

<filteringIncludes>**/*.properties,**/*.xml</filteringIncludes>

or:

<filteringExcludes>**/*.so,**/*.dll</filteringExcludes>


> add ability to do filtering (i.e. template var replacement) for files in 
> src/main/application/
> ----------------------------------------------------------------------------------------------
>
>                 Key: MEAR-43
>                 URL: http://jira.codehaus.org/browse/MEAR-43
>             Project: Maven 2.x Ear Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.2
>            Reporter: Ian Springer
>
> I need to do some template var replacements in files in 
> src/main/application/. It would be great if the ear plugin could provide a 
> filtering configuration in a similar manner to the war plugin. That is, 
> something along the lines of:
> <configuration>
>   ...
>   <!-- enable filtering -->
>   <filtering>true</filtering>
> </configuration>

-- 
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

        

Reply via email to