Skip to content

Commit 6aca027

Browse files
committed
Polish
1 parent d962a07 commit 6aca027

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,18 +141,12 @@ This example shows how you can customize the port in case `9001` is already used
141141
<goals>
142142
<goal>start</goal>
143143
</goals>
144-
<configuration>
145-
<skip>${skip.it}</skip>
146-
</configuration>
147144
</execution>
148145
<execution>
149146
<id>post-integration-test</id>
150147
<goals>
151148
<goal>stop</goal>
152149
</goals>
153-
<configuration>
154-
<skip>${skip.it}</skip>
155-
</configuration>
156150
</execution>
157151
</executions>
158152
</plugin>

0 commit comments

Comments
 (0)