From 9a478ea7509024b82c4c00f1552a5ef2622360d8 Mon Sep 17 00:00:00 2001 From: Francis Dong Date: Tue, 11 May 2021 17:33:35 +0800 Subject: [PATCH] packing configs and jar to dist folder --- fizz-bootstrap/pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index 7d8fa55..cf436f3 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -73,6 +73,52 @@ true + + maven-resources-plugin + + + copy-resources + package + + copy-resources + + + ${basedir}/target/fizz-gateway-community + + + sh + boot.sh + true + + + src/main/resources + application.yml + log4j2-spring.xml + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + package + + run + + + + + + + + +