Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.2-beta-2
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- duplicates
-
MASSEMBLY-293 <fileSets> not filtered in multimodule build, but <files> are
- Closed
-
MASSEMBLY-340 Filtering doesn't work for multimodule assembly builds
- Closed