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 00724c1 commit 84de2d6Copy full SHA for 84de2d6
pom.xml
@@ -865,6 +865,17 @@
865
</systemPropertyVariables>
866
</configuration>
867
</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>
879
</plugins>
880
</build>
881
</profile>
0 commit comments