[ 
http://jira.codehaus.org/browse/MASSEMBLY-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_95564
 ] 

Christophe Domas commented on MASSEMBLY-54:
-------------------------------------------

The assembly descriptor documentation 
(http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html) says that 
it's possible to filter fileSets:

<fileSets>
<fileSet>
<directory/>
<lineEnding/>
<filtered/>
<useStrictFiltering/>
<useDefaultExcludes/>
<outputDirectory/>
<includes/>
<excludes/>
<fileMode/>
<directoryMode/>
</fileSet>
</fileSets>
<files>
<file>
<source/>
<outputDirectory/>
<destName/>
<fileMode/>
<lineEnding/>
<filtered/>
</file>
</files>

but it doesn't work with version 2.2-beta1. Could you fix it? I would prefer 
that you fix the code more than the doc 

> Unable to filter files while creating assembly
> ----------------------------------------------
>
>                 Key: MASSEMBLY-54
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-54
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Chris Hagmann
>            Assignee: Allan Ramirez
>             Fix For: 2.1
>
>   Original Estimate: 6 hours
>          Time Spent: 12 hours
>  Remaining Estimate: 0 minutes
>
> It doesn't seem to be possible to use filtering when creating assemblies. I 
> have a couple of plain-text files which need to be updated when creating the 
> assembly (e.g. README.TXT, .version). 

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