Added surefire and failsafe plugins

This commit is contained in:
Amith Koujalgi
2023-12-14 17:30:14 +05:30
parent 9e1fc52ba2
commit afb8d21747
7 changed files with 321 additions and 140 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
ut:
mvn clean test -Punit-tests
it:
mvn clean verify -Pintegration-tests