Skip to content

Commit 1d19ec8

Browse files
authored
[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.
1 parent a93783a commit 1d19ec8

File tree

1 file changed

+1
-1
lines changed
  • maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe

1 file changed

+1
-1
lines changed

maven-failsafe-plugin/src/main/java/org/apache/maven/plugin/failsafe/VerifyMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import static org.apache.maven.surefire.shared.utils.StringUtils.capitalizeFirstLetter;
4444

4545
/**
46-
* Verify integration tests ran using Surefire.
46+
* Verify integration tests ran using Failsafe.
4747
*
4848
* @author Stephen Connolly
4949
* @author Jason van Zyl

0 commit comments

Comments
 (0)