mozzash / maven-replacer-plugin

Automatically exported from code.google.com/p/maven-replacer-plugin
MIT License
0 stars 0 forks source link

Wildcards in filename #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to use a wildcard in the configuration/file tag of the plugin.

acceptance criteria:

Condition: More than one file which should be processed. (test1.txt and 
test2.txt)
Trigger: wild card in configuration/file tag. (test*.txt)
Result: strings got replaced in both files.

Original issue reported on code.google.com by DarkSen...@gmail.com on 8 Nov 2012 at 1:59

GoogleCodeExporter commented 9 years ago
Hi DarkSenshi,

You can do this with "includes" and it will use the ant style file name 
matching.

Have a look at the UsageGuide for more information.

Thanks,
Steven

Original comment by baker.st...@gmail.com on 11 Nov 2012 at 5:18

GoogleCodeExporter commented 9 years ago

Original comment by baker.st...@gmail.com on 13 Nov 2012 at 1:12

GoogleCodeExporter commented 9 years ago
Thank you. Include works quite fine.

Original comment by DarkSen...@gmail.com on 13 Nov 2012 at 6:24