You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marc Jambert <ma...@vegatechnologies.fr> on 2005/05/02 15:23:20 UTC

[M2] Unit test execution dir ?

Good afternoon,

I am looking for a way to define the execution dir for unit tests. I 
expected it to be target since test resources are copied in it but it 
does not seem to be the case.
Anybody knows ?

Thanks !

Marc


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


Re: [M2] Unit test execution dir ?

Posted by Brett Porter <br...@gmail.com>.
It is the execution directory (basedir). You have the system property
"basedir" available if you need it, but that does make your tests less
portable (eg, running from an IDE).

- Brett

On 5/2/05, Marc Jambert <ma...@vegatechnologies.fr> wrote:
> Good afternoon,
> 
> I am looking for a way to define the execution dir for unit tests. I
> expected it to be target since test resources are copied in it but it
> does not seem to be the case.
> Anybody knows ?
> 
> Thanks !
> 
> Marc
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

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