Re: Copying some files into target/boot/foo
in your Java test code. commons-io or plexus-utils have FileUtils for copying directories around. On 21/12/2007, at 5:06 PM, Alan D. Cabrera wrote: I need to copy some files into target/boot/foo before I run some unit tests. I don't want these files to go into target/test-classes/ boot/foo
Copying some files into target/boot/foo
I need to copy some files into target/boot/foo before I run some unit tests. I don't want these files to go into target/test-classes/boot/ foo. How do I do this? Regards, Alan