Browse Source

Merge pull request #19108 from dreis2211

* pr/19108:
  Fix link in new Maven Plugin docs

Closes gh-19108
pull/17530/head
Stephane Nicoll 6 years ago
parent
commit
be938f0d06
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/asciidoc/integration-tests.adoc

2
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 @@ -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>>.

Loading…
Cancel
Save