The assembly plugin doesn't take the filter configuration from the
project, I has to re-inject the filters!

Gérald

Le 26 novembre 2010 14:03, Arnaud Héritier <[email protected]> a écrit :
> Couldn't it be the same problem as in resources plugin (there are using same 
> libraries to do that) which stops if you have a @ character alone :
> http://jira.codehaus.org/browse/MRESOURCES-104
>
> On Nov 26, 2010, at 1:48 PM, Gérald Quintana wrote:
>
>> Hello,
>>
>> I have an assembly with files which should be copied and filtered:
>>        <fileSet>
>>            <directory>src/main/config</directory>
>>            <outputDirectory>config</outputDirectory>
>>            <filtered>true</filtered>
>>            <excludes>
>>                <exclude>quartz.properties</exclude>
>>            </excludes>
>>        </fileSet>
>>
>> Files are copied but not filtered (${...} are still here)
>>
>> The problem occurs with maven-assembly-plugin 2.2 but not with 2.2-beta-5.
>> It it a known bug or a problem in my configuration?
>>
>> Gérald
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to