Filtering in filesets in multimodule build does not work
--------------------------------------------------------
Key: MASSEMBLY-322
URL: http://jira.codehaus.org/browse/MASSEMBLY-322
Project: Maven 2.x Assembly Plugin
Issue Type: Bug
Affects Versions: 2.2-beta-2
Reporter: Roman Kitko
I have multimodule build. One child is using
<fileSet>
<directory>MyDir</directory>
<outputDirectory>/bin/</outputDirectory>
<fileMode>0755</fileMode>
<filtered>true</filtered>
</fileSet>
This works fine when I build just this child. But when child is being built in
multimodule build , files are not filtered.
I am sure(using -X) in single module build and in multi module build, same
version(2.2-beta-2) of asembly plugin is used.
Workaround is to again use individual <files> ... </files> like in 2.2-beta-1
--
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