diff --git a/template/entrance/job/pom.xml b/template/entrance/job/pom.xml
deleted file mode 100644
index d0384a8..0000000
--- a/template/entrance/job/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- 4.0.0
-
-
- {{ .groupId }}
- {{ .artifactId }}-entrance
- ${revision}
-
-
- {{ .artifactId }}-entrance-job
-
-
diff --git a/template/entrance/mq/pom.xml b/template/entrance/mq/pom.xml
deleted file mode 100644
index 37eb570..0000000
--- a/template/entrance/mq/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
- 4.0.0
-
-
- {{ .groupId }}
- {{ .artifactId }}-entrance
- ${revision}
-
-
- {{ .artifactId }}-entrance-mq
-
-
-
- {{ .groupId }}
- {{ .artifactId }}-service
-
-
-
diff --git a/template/entrance/pom.xml b/template/entrance/pom.xml
index 06c1af2..66d6154 100644
--- a/template/entrance/pom.xml
+++ b/template/entrance/pom.xml
@@ -19,8 +19,6 @@
- job
- mq
web
rpc
diff --git a/template/entrance/rpc/pom.xml b/template/entrance/rpc/pom.xml
index 5bfa6ec..0e01a98 100644
--- a/template/entrance/rpc/pom.xml
+++ b/template/entrance/rpc/pom.xml
@@ -1,20 +1,21 @@
- 4.0.0
+ 4.0.0
-
- {{ .groupId }}
- {{ .artifactId }}-entrance
- ${revision}
+
+ {{ .groupId }}
+ {{ .artifactId }}-entrance
+ ${revision}
- {{ .artifactId }}-entrance-rpc
+ {{ .artifactId }}-entrance-rpc
+ jar
-
-
- {{ .groupId }}
- {{ .artifactId }}-service
-
-
+
+
+ {{ .groupId }}
+ {{ .artifactId }}-service
+
+
diff --git a/template/pom.xml b/template/pom.xml
index bd1c45a..c962fb0 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -39,6 +39,18 @@
+
+
+ {{ .groupId }}
+ {{ .parentArtifactId }}-public-service
+ ${revision}
+
+
+ {{ .groupId }}
+ {{ .parentArtifactId }}-common
+ ${revision}
+
+
persist
service