Would be an incredible feature to support something like this:
<configuration>
<sourceFile>${project.build.outputDirectory}/*_abc.properties</sourceFile>
<destinationFile>${project.build.outputDirectory}/*_xyz.properties</destinationFile>
</configuration>
This is especially helpful when you integrate dependencies and need to rename files from them because your file name pattern differs.
The feature could be restricted, e.g. to only support a single asterisk for starters. But that should help in most cases already.
Would be an incredible feature to support something like this:
This is especially helpful when you integrate dependencies and need to rename files from them because your file name pattern differs.
The feature could be restricted, e.g. to only support a single asterisk for starters. But that should help in most cases already.