Top "Surefire" questions

The Surefire Plugin is used during the test phase of the build lifecycle to execute the unit tests of an application.

Generating html surefire test html output during test phase

I'm not sure if this is a simple question or not, but I'd like surefire to generate html formatted output …

maven-2 surefire
Maven 2.1.0 not passing on system properties to Java virtual machine

We use the command line to pass on system properties to the Java virtual machine when running our Hudson builds …

maven-2 jvm maven-plugin surefire system-properties
Maven surefire plugin fork mode

By default maven surefile plugin run tests in isolated (forked) environment. You can override this behavior with following configuration: <…

maven-2 surefire fork
Make maven's surefire show stacktrace in console

I'd like to see the stacktrace of unit tests in the console. Does surefire support this?

unit-testing maven-2 stack-trace surefire
Maven/Surefire finds no tests to run

As far as I can tell, the test files location is correct. When I run "mvn test", it finds four …

java maven-2 junit surefire
how to debug maven surefire test more easily (using eclipse as debug server)

I'm using maven / surefire / eclipse to write some code and later test / debug it. Standard way to do it is …

eclipse maven-2 debugging surefire
Setting timezone for maven unit tests on Java 8

How do I set the timezone for unit tests in maven surefire on Java 8? With Java 7 this used to work …

java maven timezone java-8 surefire
Is there a way to tell surefire to skip tests in a certain package?

Something like the following. I would like a way to skip my dao tests in surefire. Trying to avoid overhead …

maven-2 surefire
Running single test class or group with Surefire and TestNG

I want to run single test class from command line using Maven and TestNG Things that doesn't work: mvn -Dtest=…

java unit-testing maven-2 testng surefire
Why isn't Drools working with Java 8?

I just installed the final version of Java 8. When I try to build my project with Maven, many tests fail …

maven drools java-8 surefire