Added surefire and failsafe plugins

This commit is contained in:
Amith Koujalgi
2023-12-14 17:41:23 +05:30
parent f6af7025a8
commit b2d76970dc
4 changed files with 29 additions and 2 deletions

View File

@@ -127,6 +127,7 @@
<excludes>
<exclude>**/unittests/*.java</exclude>
</excludes>
<skipTests>${skipIntegrationTests}</skipTests>
</configuration>
<executions>
<execution>
@@ -189,6 +190,7 @@
<properties>
<test.env>unit</test.env>
<skipUnitTests>false</skipUnitTests>
<skipIntegrationTests>true</skipIntegrationTests>
</properties>
</profile>
<profile>
@@ -196,6 +198,7 @@
<properties>
<test.env>integration</test.env>
<skipUnitTests>true</skipUnitTests>
<skipIntegrationTests>false</skipIntegrationTests>
</properties>
</profile>
</profiles>