You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Alan D. Cabrera" <li...@toolazydogs.com> on 2007/12/21 07:06:07 UTC

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

Re: Copying some files into target/boot/foo

Posted by Brett Porter <br...@apache.org>.
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.
>
> How do I do this?
>
>
> Regards,
> Alan


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org