We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d962a07 commit 6aca027Copy full SHA for 6aca027
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc
@@ -141,18 +141,12 @@ This example shows how you can customize the port in case `9001` is already used
141
<goals>
142
<goal>start</goal>
143
</goals>
144
- <configuration>
145
- <skip>${skip.it}</skip>
146
- </configuration>
147
</execution>
148
<execution>
149
<id>post-integration-test</id>
150
151
<goal>stop</goal>
152
153
154
155
156
157
</executions>
158
</plugin>
0 commit comments