Fix link in new Maven Plugin docs

See gh-19108
This commit is contained in:
dreis2211
2019-11-24 21:32:35 +01:00
committed by Stephane Nicoll
parent 12c5cdceb1
commit 60640ea185

View File

@@ -31,7 +31,7 @@ To make sure that the lifecycle of your Spring Boot application is properly mana
</build>
----
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 <<integration-tests-example-skip,the dedicated example>>.