Skip to content

Commit 84de2d6

Browse files
committed
Fixed #126
1 parent 00724c1 commit 84de2d6

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
@@ -865,6 +865,17 @@
865865
</systemPropertyVariables>
866866
</configuration>
867867
</plugin>
868+
<plugin>
869+
<groupId>org.apache.maven.plugins</groupId>
870+
<artifactId>maven-failsafe-plugin</artifactId>
871+
<configuration>
872+
<skipTests>${skipTests}</skipTests>
873+
<systemPropertyVariables>
874+
<spring.profiles.active>default</spring.profiles.active>
875+
<skipIntegrationTests>${skipTests}</skipIntegrationTests>
876+
</systemPropertyVariables>
877+
</configuration>
878+
</plugin>
868879
</plugins>
869880
</build>
870881
</profile>

0 commit comments

Comments
 (0)