What's the use case, that is, why do you need to set the path for
testing? If you need certain files etc to be in the directory, they
should be added as resources.
Having said that, perhaps this includes what you're looking for?
<build>
<directory>${basedir}</directory>
<outputDirectory>classes</outputDirectory>
<testOutputDirectory>test-classes</testOutputDirectory>
Wayne
On 5/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
I am wondering if it is possible to set the path of running directory for
testing.
In the Maven project descriptor, there is nothing relevant to my issue.
Does someone meet this issue ?
thanks,
Andre
---
ATRADIUS - IS Services www.atradius.com
Keizersgracht 281 - Amsterdam 1016 AD - Netherlands
------------------------------------------------------------------------------------------------------------
This message is intended for the addressee or its representative only.
Any form of unauthorized use, publication, reproduction, copying or
disclosure of the content of this e-mail is not permitted. If you are
not the intended recipient of this e-mail message and its contents,
please notify the sender immediately and delete this message and
all its attachments subsequently.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]