Re: Copying some files into target/boot/foo

2007-12-20 Thread Brett Porter
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

2007-12-20 Thread Alan D. Cabrera
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