Skip to content

luversof/filecopy-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filecopy-maven-plugin

Plugin for copying specific files at build time

<plugin>
    <groupId>io.github.luversof</groupId>
    <artifactId>filecopy-maven-plugin</artifactId>
    <version>1.0.2</version>
    <executions>
        <execution>
            <id>filecopy</id>
            <phase>generate-sources</phase>
            <goals>
                <goal>filecopy</goal>
            </goals>
            <configuration>
                <fileInfos>
                    <fileInfo>
                        <sourceRegex>^([a-zA-Z]*)(_zh-TW.properties)$</sourceRegex>
                        <targetRegex>$1_zh.properties</targetRegex>
                    </fileInfo>
                </fileInfos>
            </configuration>
        </execution>
    </executions>
</plugin>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages