How can I access it?

Should I use ${reportsDirectory}? Should I add any prefix?

I have tried to configure surefire plugin like this:

<systemProperties>
<property>
<name>testReportsDir</name>
<value>${project.build.directory}/surefire-reports</value>
</property>
</systemProperties>

and my test class receives "${project.build.directory}/surefire-reports". The ${...} is not expanded.

J-F


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to