This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 7b261345a55cc74f07fd3db4cbe86d1b681e0406 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Mon May 29 16:10:03 2023 +0000 [MNGSITE-393] remove descriptions of Maven 2.x and very old versions --- maven-surefire-plugin/src/site/apt/developing.apt.vm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/maven-surefire-plugin/src/site/apt/developing.apt.vm b/maven-surefire-plugin/src/site/apt/developing.apt.vm index db454af03..700ffcd56 100644 --- a/maven-surefire-plugin/src/site/apt/developing.apt.vm +++ b/maven-surefire-plugin/src/site/apt/developing.apt.vm @@ -136,13 +136,8 @@ ForkedBooter#main * Shadefire "Shadefire" is the first module to be run in the - Surefire build. This creates as shaded version of the JUnit provider, and this provider - is thereafter used to build Surefire itself (as of Surefire 2.8). This is + Surefire build. This creates a shaded version of the JUnit provider, and this provider + is thereafter used to build Surefire itself. This is because the SUT overrides the provider, and the Shadefire provider has been relocated to avoid this overriding when Surefire is building itself. -* Deploying and Releasing Surefire - - Surefire depends on a previous version of itself, which - is too advanced for the Maven 2.2.x dependency resolution. Thus Maven 3.x is - required to build Surefire.
