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]