From ed184c22c0c5224ec0b308c1e565902dd517b478 Mon Sep 17 00:00:00 2001 From: oyo Date: Wed, 3 Jun 2026 15:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0sources.jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/remote_contract/dist/pom.xml | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/template/remote_contract/dist/pom.xml b/template/remote_contract/dist/pom.xml index 3a68c2e..949c19e 100644 --- a/template/remote_contract/dist/pom.xml +++ b/template/remote_contract/dist/pom.xml @@ -65,6 +65,49 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.3.1 + + + copy-api-sources + generate-sources + + copy-resources + + + ${project.build.directory}/api-sources + + + ${project.basedir}/../types/src/main/java + + + ${project.basedir}/../interfaces/src/main/java + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + attach-api-sources + package + + jar + + + ${project.build.directory}/api-sources + sources + + + +