From 1c5a2d1ea1d9ba5ea0bc6d1bb4fdd2a87c34684a Mon Sep 17 00:00:00 2001 From: chents Date: Tue, 6 Jan 2026 17:35:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A2=9E=E9=87=8F=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- increpack.xml | 25 +++++++++++++++++++++ pom.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 increpack.xml diff --git a/increpack.xml b/increpack.xml new file mode 100644 index 0000000..cb6c5f5 --- /dev/null +++ b/increpack.xml @@ -0,0 +1,25 @@ + + + + + aiccs-api + + aiccs-api + + + git + http://47.107.61.133:3000/nm-project/aiccs-api.git + + 155315d8152df22eca2f749a16828098cb73f3fe + d93ff733c61d94ec9c41c6c4b48c545cc0b701da + + + + src\main\resources\properties + src\main\resources\application.yml + src\main\resources\application-dev.yml + src\main\resources\application-prod.yml + src\main\resources\application-test.yml + + + diff --git a/pom.xml b/pom.xml index 68555d6..bd54d52 100644 --- a/pom.xml +++ b/pom.xml @@ -358,6 +358,12 @@ org.springframework.kafka spring-kafka + + + com.chinaweal.youfool + youfool-increpack-maven-plugin + 2.2.0 + @@ -421,6 +427,61 @@ + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + ${project.artifactId} + + target/assembly.xml + + + + + make-assembly + package + + single + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + compile + + java + + + com.chinaweal.youfool.increpack.maven.IncrePackMain + + ${project.artifactId} + ${project.version} + + false + + + + +