Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove descriptions of Maven 2.x and very old versions #647

Merged
merged 1 commit into from May 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 2 additions & 7 deletions maven-surefire-plugin/src/site/apt/developing.apt.vm
Expand Up @@ -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.