diff --git a/maven-surefire-plugin/src/site/fml/faq.fml b/maven-surefire-plugin/src/site/fml/faq.fml index 2464d08cca..ae4e5af7e8 100644 --- a/maven-surefire-plugin/src/site/fml/faq.fml +++ b/maven-surefire-plugin/src/site/fml/faq.fml @@ -29,11 +29,11 @@ under the License. What is the difference between maven-failsafe-plugin and maven-surefire-plugin?

- maven-surefire-plugin + maven-surefire-plugin is designed for running unit tests and if any of the tests fail then it will fail the build immediately.

- maven-failsafe-plugin + maven-failsafe-plugin is designed for running integration tests, and decouples failing the build if there are test failures from actually running the tests.