This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new 3c207f5 Fix documentation: integration tests are in surefire-its now
3c207f5 is described below
commit 3c207f51cf9ad855f4bdc2a8c5e1a51022087b9d
Author: David Georg Reichelt <[email protected]>
AuthorDate: Thu Feb 24 15:33:46 2022 +0100
Fix documentation: integration tests are in surefire-its now
---
maven-surefire-plugin/src/site/apt/developing.apt.vm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/maven-surefire-plugin/src/site/apt/developing.apt.vm
b/maven-surefire-plugin/src/site/apt/developing.apt.vm
index c1f337b..db454af 100644
--- a/maven-surefire-plugin/src/site/apt/developing.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/developing.apt.vm
@@ -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
+---+
@@ -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