This is an automated email from the ASF dual-hosted git repository. bdemers pushed a commit to branch bdemers/failsafe-doc-verify-fix in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 1d19ec8a0c92ff7f2ac68f474ae8c44f5d18fe1d Author: Brian Demers <bdem...@apache.org> AuthorDate: Wed Jul 24 12:00:20 2024 -0400 [Doc] Failsafe Verify goal should mention failsafe The failsafe plugin's verify goal description states it works against test previously run by Surefire, this should say Failsafe instead. --- .../src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java index b097ce11f..cef6391ec 100644 --- a/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java +++ b/maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java @@ -43,7 +43,7 @@ import static org.apache.maven.surefire.api.suite.RunResult.noTestsRun; import static org.apache.maven.surefire.shared.utils.StringUtils.capitalizeFirstLetter; /** - * Verify integration tests ran using Surefire. + * Verify integration tests ran using Failsafe. * * @author Stephen Connolly * @author Jason van Zyl