From 296696441dbabfdb8b25f58c30330974f9b04c8a Mon Sep 17 00:00:00 2001 From: sabi0 <2sabio@gmail.com> Date: Thu, 31 Aug 2023 15:47:09 +0200 Subject: [PATCH] Fix TestNG web site URL http://www.testng.org does not work anymore. Changed to https://testng.org --- maven-surefire-plugin/src/site/apt/examples/testng.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm index e974272543..a1be2c271f 100644 --- a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm +++ b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm @@ -281,7 +281,7 @@ Using TestNG +---+ - For more information on TestNG, see the {{{http://www.testng.org}TestNG web site}}. + For more information on TestNG, see the {{{https://testng.org}TestNG web site}}. You can implement TestNG listener interface <<>> in a separate test artifact <<>> with scope=test, or in project test source code