diff --git a/Dockerfile b/Dockerfile
index 349a42e..6fc6439 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-etl-engine"]
-COPY ./cloud-etl-server/target/cloud-etl-engine.jar /home/app.jar
+COPY ./cloud-etl-server/target/cloud-engine.jar /home/app.jar
ENTRYPOINT ["java","-jar"]
CMD ["/home/app.jar"]
diff --git a/cloud-etl-client/pom.xml b/cloud-etl-client/pom.xml
index d81eaf3..592a2cb 100644
--- a/cloud-etl-client/pom.xml
+++ b/cloud-etl-client/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.muyu
- cloud-etl
+ cloud-etl-engine
1.0.0
diff --git a/cloud-etl-common/pom.xml b/cloud-etl-common/pom.xml
index 7cd1df0..704acc0 100644
--- a/cloud-etl-common/pom.xml
+++ b/cloud-etl-common/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.muyu
- cloud-etl
+ cloud-etl-engine
1.0.0
diff --git a/cloud-etl-remote/pom.xml b/cloud-etl-remote/pom.xml
index c0b2a20..00bc843 100644
--- a/cloud-etl-remote/pom.xml
+++ b/cloud-etl-remote/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.muyu
- cloud-etl
+ cloud-etl-engine
1.0.0
diff --git a/cloud-etl-server/pom.xml b/cloud-etl-server/pom.xml
index 42ef980..6154574 100644
--- a/cloud-etl-server/pom.xml
+++ b/cloud-etl-server/pom.xml
@@ -5,17 +5,14 @@
4.0.0
com.muyu
- cloud-etl
+ cloud-etl-engine
1.0.0
cloud-etl-server
-
-
+ 1.0.0
-
-
com.muyu
cloud-etl-common
@@ -90,4 +87,38 @@
+
+
+
+
+
+
+ cloud-engine
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ 3.2.6
+
+
+
+ repackage
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 4b87579..3c087ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
com.muyu
- cloud-etl
+ cloud-etl-engine
1.0.0
pom
diff --git a/src/main/java/com/muyu/Main.java b/src/main/java/com/muyu/Main.java
deleted file mode 100644
index 95690d4..0000000
--- a/src/main/java/com/muyu/Main.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package com.muyu;
-
-public class Main {
- public static void main(String[] args) {
- System.out.println("Hello world!");
- }
-}
\ No newline at end of file