From dcf27afb71cc4543d5e4b9fbf5040930a0e38470 Mon Sep 17 00:00:00 2001 From: "chen.ma" Date: Sun, 31 Jul 2022 17:12:28 +0800 Subject: [PATCH] Sample program packaging --- .../pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/pom.xml b/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/pom.xml index 8c86c0d7..a07fe309 100644 --- a/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/pom.xml +++ b/hippo4j-example/hippo4j-core-nacos-spring-boot-starter-example/pom.xml @@ -60,4 +60,21 @@ spring-boot-starter-actuator + + + ${project.artifactId} + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + +