-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Brian,

> One of the test cases in my project blows an exception.  As a result the
> surefire-report plugin doesn't seem to run.  'site' goal does not complete
> and consequently.
> 
> Is there a parameter I can set in the plugin that will at least allow the
> report to run so I can see what the error was?  Or is this failing by
> design?

<build>
  <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
    <configuration>
      <testFailureIgnore>true</testFailureIgnore>
    </configuration>
  </plugin>
  ...
</build>


HTH

Thorsten
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (MingW32)

iD8DBQFER8KHQvObkgCcDe0RAkRlAKDXgE3isNbEHRdtorRWCXNNR30/sgCgmnmH
41olYFZyh6dyC+23SD0dM8k=
=/Q68
-----END PGP SIGNATURE-----

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

Reply via email to