From eecc053eaea7e1a708632fb0e509e7e3b0ea125e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E5=A4=B4=E4=BA=BA?= <3076767823@qq.com> Date: Thu, 16 Jan 2025 11:32:19 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=89=93=E5=8C=85=E9=9A=94?= =?UTF-8?q?=E7=A6=BB=EF=BC=8Cjar=E5=8C=85=E5=92=8Clib=E5=8C=85=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=88=86=E5=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a248f1d..66e8b55 100644 --- a/pom.xml +++ b/pom.xml @@ -71,12 +71,62 @@ - ems-express-call-dll + ${project.artifactId} org.springframework.boot spring-boot-maven-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + prepare-package + + copy-dependencies + + + + ${project.build.directory}/lib + false + false + true + + + + + + org.springframework.boot + spring-boot-maven-plugin + + ZIP + + + nothing + nothing + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.0 + +