Skip to content

Commit

Permalink
Fix documentation: integration tests are in surefire-its now
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe authored and Tibor17 committed Feb 24, 2022
1 parent fdf0228 commit 3c207f5
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 3c207f5

Please sign in to comment.