Skip to content

Add support for wildcards #4

@bjoernmartin

Description

@bjoernmartin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions