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

Fix documentation: integration tests are in surefire-its now #477

Merged
merged 1 commit into from Feb 24, 2022
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
8 changes: 4 additions & 4 deletions maven-surefire-plugin/src/site/apt/developing.apt.vm
Expand Up @@ -44,11 +44,11 @@ Developer Center
When reporting an issue, it is immensely useful to create a small sample project
that demonstrates the problem. Surefire already contains a large number of such
projects, and they can be found at
{{surefire-integration-tests/src/test/resources/}}.
{{surefire-its/src/test/resources/}}.
Typically you can check out one of the pre-existing projects and run it like this:

+---+
cd surefire-integration-tests/src/test/resources/failsafe-buildfail
cd surefire-its/src/test/resources/failsafe-buildfail
mvn -Dsurefire.version=2.12 verify
+---+

Expand Down Expand Up @@ -96,10 +96,10 @@ mvn -e -X install | grep Forking

There are
numerous other integration tests that all operate on small sample projects in
<<<surefire-integration-tests/src/test/resources>>>.
<<<surefire-its/src/test/resources>>>.

Example integration tests are <<<Surefire141PluggableProvidersIT>>> and the corresponding
<<<surefire-integration-tests/src/test/resources/surefire-141-pluggableproviders>>>.
<<<surefire-its/src/test/resources/surefire-141-pluggableproviders>>>.

* Essential Source Code Reading List

Expand Down