From 012183448e0af139455af71bcdc9ccae82365d38 Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Tue, 29 Oct 2024 14:20:07 +0100 Subject: [PATCH] [SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin --- maven-surefire-plugin/src/site/fml/faq.fml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.