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 + + + +