From da4ac962d05194d59bb93684b7aa049b70053ee4 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Wed, 13 Mar 2024 16:37:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E5=8C=85=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=EF=BC=8C=E9=85=8D=E7=BD=AE=E8=87=AA=E5=8A=A8=E6=94=BE?= =?UTF-8?q?=E5=88=B0jar=E5=8C=85=E6=97=81=E8=BE=B9=E5=B9=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4jar=E5=86=85=E9=83=A8=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/pom.xml b/pom.xml index b316e980..7ec73b81 100644 --- a/pom.xml +++ b/pom.xml @@ -382,6 +382,44 @@ true + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + **/all-application.yml + **/application.yml + **/application-*.yml + **/local.jks + + + + + maven-resources-plugin + + + copy-resources + package + + copy-resources + + + + + src/main/resources + + application.yml + application-*.yml + + + + ${project.build.directory} + + + +