Quoting javed mandary <[EMAIL PROTECTED]>:

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

Well, 'target\surefire-reports' works fine, but it is a workaround.

I would have liked to know/understand why ${project.build.directory} is not substituted.

J-F


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

Reply via email to