From b036d0769826931e8f30fee28d913b8195dd726c Mon Sep 17 00:00:00 2001 From: huyuanxin Date: Mon, 20 Jun 2022 13:27:26 +0800 Subject: [PATCH] chore(pom): add test plugin --- femas-registry-impl/femas-registry-consul/pom.xml | 8 ++++++++ femas-registry-impl/femas-registry-etcd/pom.xml | 8 ++++++++ femas-registry-impl/femas-registry-eureka/pom.xml | 8 ++++++++ femas-registry-impl/femas-registry-k8s/pom.xml | 8 ++++++++ femas-registry-impl/femas-registry-nacos/pom.xml | 8 ++++++++ femas-registry-impl/femas-registry-polaris/pom.xml | 8 ++++++++ 6 files changed, 48 insertions(+) diff --git a/femas-registry-impl/femas-registry-consul/pom.xml b/femas-registry-impl/femas-registry-consul/pom.xml index 2b65e91f..ba3d21f3 100755 --- a/femas-registry-impl/femas-registry-consul/pom.xml +++ b/femas-registry-impl/femas-registry-consul/pom.xml @@ -67,6 +67,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + false + + \ No newline at end of file diff --git a/femas-registry-impl/femas-registry-etcd/pom.xml b/femas-registry-impl/femas-registry-etcd/pom.xml index 74693983..18f5c89f 100644 --- a/femas-registry-impl/femas-registry-etcd/pom.xml +++ b/femas-registry-impl/femas-registry-etcd/pom.xml @@ -96,6 +96,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + false + + diff --git a/femas-registry-impl/femas-registry-eureka/pom.xml b/femas-registry-impl/femas-registry-eureka/pom.xml index cb4ef266..70e98506 100644 --- a/femas-registry-impl/femas-registry-eureka/pom.xml +++ b/femas-registry-impl/femas-registry-eureka/pom.xml @@ -80,6 +80,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + false + + \ No newline at end of file diff --git a/femas-registry-impl/femas-registry-k8s/pom.xml b/femas-registry-impl/femas-registry-k8s/pom.xml index 7c95cb94..60232ff1 100644 --- a/femas-registry-impl/femas-registry-k8s/pom.xml +++ b/femas-registry-impl/femas-registry-k8s/pom.xml @@ -51,6 +51,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + false + + \ No newline at end of file diff --git a/femas-registry-impl/femas-registry-nacos/pom.xml b/femas-registry-impl/femas-registry-nacos/pom.xml index 01dbfc7e..95786917 100644 --- a/femas-registry-impl/femas-registry-nacos/pom.xml +++ b/femas-registry-impl/femas-registry-nacos/pom.xml @@ -51,6 +51,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + false + + \ No newline at end of file diff --git a/femas-registry-impl/femas-registry-polaris/pom.xml b/femas-registry-impl/femas-registry-polaris/pom.xml index 451f929f..7b77140c 100644 --- a/femas-registry-impl/femas-registry-polaris/pom.xml +++ b/femas-registry-impl/femas-registry-polaris/pom.xml @@ -38,6 +38,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + false + + \ No newline at end of file