From 4bfc23f4bd6f71876dc84cc29094bdb33ff38e54 Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Fri, 29 Mar 2019 13:56:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B5=8B=E8=AF=95=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=9A=84pom=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liteflow-spring-boot-starter/pom.xml | 23 +++++++++++++++++++++++ liteflow-test/pom.xml | 14 ++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/liteflow-spring-boot-starter/pom.xml b/liteflow-spring-boot-starter/pom.xml index 142176d0c..8be0f0f6e 100644 --- a/liteflow-spring-boot-starter/pom.xml +++ b/liteflow-spring-boot-starter/pom.xml @@ -29,4 +29,27 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + true + + + + maven-deploy-plugin + + true + + + + + diff --git a/liteflow-test/pom.xml b/liteflow-test/pom.xml index 2c8fe3f96..1a925c474 100644 --- a/liteflow-test/pom.xml +++ b/liteflow-test/pom.xml @@ -42,6 +42,20 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-surefire-plugin + 2.18.1 + + true + + + + maven-deploy-plugin + + true + +