On 9/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
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
If all else fails you can use maven-antrun-plugin to do it. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
