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

@@ -2,4 +2,7 @@ ut:
mvn clean test -Punit-tests
it:
mvn clean verify -Pintegration-tests
mvn clean verify -Pintegration-tests
build:
mvn clean test install -Punit-tests