Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit ff22ea5

Browse files
committed
failsafe plugin to run the integration-tests in correct mvn-phase
1 parent dfefc8d commit ff22ea5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@
6666
<groupId>org.springframework.boot</groupId>
6767
<artifactId>spring-boot-maven-plugin</artifactId>
6868
</plugin>
69+
<plugin>
70+
<artifactId>maven-failsafe-plugin</artifactId>
71+
<executions>
72+
<execution>
73+
<goals>
74+
<goal>integration-test</goal>
75+
<goal>verify</goal>
76+
</goals>
77+
</execution>
78+
</executions>
79+
</plugin>
6980
</plugins>
7081
</build>
7182
</project>

0 commit comments

Comments
 (0)