From 42daad091ad84381dff8d273e615504d81db73c1 Mon Sep 17 00:00:00 2001 From: bharatgulati Date: Thu, 12 Oct 2023 12:05:02 +0530 Subject: [PATCH] Added Cucumber report check (mySql-plugin) --- mysql-plugin/pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/mysql-plugin/pom.xml b/mysql-plugin/pom.xml index f691a15f2..0d10047ea 100644 --- a/mysql-plugin/pom.xml +++ b/mysql-plugin/pom.xml @@ -45,7 +45,6 @@ com.google.guava guava - io.cdap.plugin @@ -123,4 +122,21 @@ + + + skipTests + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + true + + + + + +