Skip to content

Commit 6942bea

Browse files
committed
pom.xml(maven-failsafe-plugin): use default Spring Boot configuration.
See also spring-boot GH 4223 Addressed to #413 No functional changes.
1 parent 8f97a39 commit 6942bea

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -681,15 +681,7 @@
681681
<suiteXmlFile>${basedir}/src/test/config/testng.xml</suiteXmlFile>
682682
</suiteXmlFiles>
683683
</configuration>
684-
<executions>
685-
<execution>
686-
<id>integration-test</id>
687-
<goals>
688-
<goal>integration-test</goal>
689-
<goal>verify</goal>
690-
</goals>
691-
</execution>
692-
</executions>
684+
<!-- Use default <execution> configuration from spring-boot-starter-parent -->
693685
</plugin>
694686

695687
<plugin>

0 commit comments

Comments
 (0)