How do I rename test resource files during the build cycle?

I have
src/test/resources/data/x.dat.template
and want
target/test-classes/data/x.dat

Thanks for the help.

Reply via email to