From 9c24317a18564b14eb38804ae3439e88b58ca446 Mon Sep 17 00:00:00 2001 From: oyo Date: Fri, 22 May 2026 14:16:38 +0800 Subject: [PATCH] =?UTF-8?q?jar=20=E6=94=B9=E4=B8=BAdist?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/public_api/dist/pom.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/template/public_api/dist/pom.xml b/template/public_api/dist/pom.xml index c181f0f..68d5dd8 100644 --- a/template/public_api/dist/pom.xml +++ b/template/public_api/dist/pom.xml @@ -26,6 +26,13 @@ {{ .artifactId }}-api + + org.apache.maven.plugins + maven-jar-plugin + + true + + org.apache.maven.plugins maven-shade-plugin @@ -43,12 +50,12 @@ {{ .groupId }}:{{ .artifactId }}-public-api-types + ${project.build.directory}/${project.build.finalName}.jar false - false - + \ No newline at end of file