From 9d76dd0e5ed52b51999acf8099920dde97f254ff Mon Sep 17 00:00:00 2001 From: Charles7c Date: Fri, 17 Nov 2023 23:35:24 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=96=B0=E5=A2=9E=E6=A0=B8=E5=BF=83?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-core/pom.xml | 17 ++++++++++++++++ continew-starter-dependencies/pom.xml | 29 +++++++++++++++++++++++++++ pom.xml | 18 +++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 continew-starter-core/pom.xml create mode 100644 continew-starter-dependencies/pom.xml diff --git a/continew-starter-core/pom.xml b/continew-starter-core/pom.xml new file mode 100644 index 00000000..a96e49c1 --- /dev/null +++ b/continew-starter-core/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + top.charles7c.continew + continew-starter + ${revision} + + + continew-starter-core + jar + + ${project.artifactId} + ContiNew Starter 核心模块 + \ No newline at end of file diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml new file mode 100644 index 00000000..23bdfeb7 --- /dev/null +++ b/continew-starter-dependencies/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + top.charles7c.continew + continew-starter-dependencies + ${revision} + pom + + ${project.artifactId} + ContiNew Starter 依赖模块 + + + 1.0.0-SNAPSHOT + + + + + + + top.charles7c.continew + continew-starter-core + ${project.version} + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a76d74c6..6dec0f96 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,11 @@ + + continew-starter-dependencies + continew-starter-core + + 1.0.0-SNAPSHOT @@ -48,6 +53,19 @@ UTF-8 + + + + + top.charles7c.continew + continew-starter-dependencies + ${project.version} + pom + import + + + +