From 5aab076fa9134225dc7144438ea0f00c4f15a1d5 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Sun, 24 Nov 2019 21:32:35 +0100 Subject: [PATCH] Fix link in new Maven Plugin docs --- .../src/main/asciidoc/integration-tests.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/asciidoc/integration-tests.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/asciidoc/integration-tests.adoc index c0ed01fd3712..31317f42983e 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/asciidoc/integration-tests.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/asciidoc/integration-tests.adoc @@ -31,7 +31,7 @@ To make sure that the lifecycle of your Spring Boot application is properly mana ---- -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. +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. You could also configure a more advanced setup to skip the integration tests when a specific property has been set, see <>.