It already exists, please vote for http://jira.codehaus.org/browse/MASSEMBLY-528
Gérald 2010/11/26 Simone Tripodi <[email protected]>: > I got *exactly* the same issue, I suppose we should fill a new Issue on > Jira!!! > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Fri, Nov 26, 2010 at 3:18 PM, Gérald Quintana > <[email protected]> wrote: >> 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] >> >> > > --------------------------------------------------------------------- > 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]
