I am trying to generate the HTML report immediately after running tests,
as it seems much easier to locate failures using it rather than the
individual log files.  However when a test failure occurs the report is
not created.
This issue http://jira.codehaus.org/browse/MSUREFIREREP-2 states this
was fixed in 2.0.  I  have tried going back to version 2.0 but still no
success.

<build>
  <plugins>
    ...
    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-surefire-report-plugin</artifactId>
      <version>2.0</version>
    </plugin>
    ...
  </plugins>
</build>

Is this still an outstanding problem?

Regards,
Martin.

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

Reply via email to