Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2-beta-1
-
None
-
None
-
Maven 2.0.4
Description
For the moment we can only set a filter for one file
<files> <file> <source>./src/main/resources/log4j.properties</source> <outputDirectory>resources</outputDirectory> <filtered>true</filtered> </file> </files>
It would be nice to can do the same for a set of files like this
<fileSet> <directory>./src/main/resources</directory> <outputDirectory>resources</outputDirectory> <includes> <include>**/*.properties</include> </includes> <filtered>true</filtered> </fileSet>
Thanks
Attachments
Attachments
Issue Links
- is related to
-
MASSEMBLY-777 The assembly plugin refuses to copy a file named lexicon.filtered or lexicon.formatted
- Closed
-
MASSEMBLY-230 <fileset> not filtering resources, but <files> does filter
- Closed
- relates to
-
MASSEMBLY-221 Filtering doesn't work when a file matches both a <fileSet> and a <file>
- Closed
-
MASSEMBLY-329 Filter fail to initialize when build from parent pom while assembly is in child pom
- Closed
-
MASSEMBLY-178 filtering doesn't read filter files
- Closed