Skip to content

Commit be938f0

Browse files
committed
Merge pull request #19108 from dreis2211
* pr/19108: Fix link in new Maven Plugin docs Closes gh-19108
2 parents 12c5cdc + 60640ea commit be938f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/asciidoc/integration-tests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To make sure that the lifecycle of your Spring Boot application is properly mana
3131
</build>
3232
----
3333

34-
Such setup can now use the https://maven.apache.org/surefire/maven-failsafe-plugin[failsafe-plugi to run your integration tests as you would expect.
34+
Such setup can now use the https://maven.apache.org/surefire/maven-failsafe-plugin[failsafe-plugin] to run your integration tests as you would expect.
3535

3636
You could also configure a more advanced setup to skip the integration tests when a specific property has been set, see <<integration-tests-example-skip,the dedicated example>>.
3737

0 commit comments

Comments
 (0)