Well you could try something like this:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
<configuration>
<reportsDirectory>${basedir}/target/myNewReportsDir</reportsDirectory>
</configuration>
</plugin>
cheers,
Javed
On 6/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
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]