Hello, any suggestion to get surefire plugin ignore test failures in
order to generate the project site?

I've got this configuration in my pom:

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>surefire-report-maven-plugin</artifactId>
  <configuration>
    <testFailureIgnore>true</testFailureIgnore>
  </configuration>
</plugin>

but I don't know if that property is ok or there's another way to
accomplish this.

Thanks in advance.

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

Reply via email to