From baec8894759de999fec9852568f48d7d383bae54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Fri, 2 Sep 2022 16:30:45 +0800 Subject: [PATCH] =?UTF-8?q?remove=20=E7=A7=BB=E9=99=A4maven=20docker?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=20=E8=BF=87=E4=BA=8E=E8=80=81=E6=97=A7?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=BC=BA=E9=99=B7=E5=A4=A7=20=E4=BD=BF?= =?UTF-8?q?=E7=94=A8idea=E8=87=AA=E5=B8=A6=E7=9A=84docker=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E6=9B=BF=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .run/ruoyi-auth.run.xml | 12 ++++++++ .run/ruoyi-gateway.run.xml | 12 ++++++++ .run/ruoyi-gen.run.xml | 12 ++++++++ .run/ruoyi-job.run.xml | 12 ++++++++ .run/ruoyi-monitor.run.xml | 12 ++++++++ .run/ruoyi-nacos.run.xml | 12 ++++++++ .run/ruoyi-resource.run.xml | 12 ++++++++ .run/ruoyi-seata-server.run.xml | 12 ++++++++ .run/ruoyi-sentinel-dashboard.run.xml | 12 ++++++++ .run/ruoyi-system.run.xml | 12 ++++++++ .run/ruoyi-xxl-job-admin.run.xml | 12 ++++++++ pom.xml | 29 ------------------- ruoyi-auth/pom.xml | 4 --- ruoyi-example/ruoyi-demo/pom.xml | 4 --- ruoyi-example/ruoyi-stream-mq/pom.xml | 4 --- ruoyi-gateway/pom.xml | 4 --- ruoyi-modules/ruoyi-gen/pom.xml | 4 --- ruoyi-modules/ruoyi-job/pom.xml | 4 --- ruoyi-modules/ruoyi-resource/pom.xml | 4 --- ruoyi-modules/ruoyi-system/pom.xml | 4 --- ruoyi-visual/ruoyi-monitor/pom.xml | 4 --- ruoyi-visual/ruoyi-nacos/pom.xml | 4 --- ruoyi-visual/ruoyi-seata-server/pom.xml | 4 --- ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml | 4 --- ruoyi-visual/ruoyi-xxl-job-admin/pom.xml | 4 --- 25 files changed, 132 insertions(+), 81 deletions(-) create mode 100644 .run/ruoyi-auth.run.xml create mode 100644 .run/ruoyi-gateway.run.xml create mode 100644 .run/ruoyi-gen.run.xml create mode 100644 .run/ruoyi-job.run.xml create mode 100644 .run/ruoyi-monitor.run.xml create mode 100644 .run/ruoyi-nacos.run.xml create mode 100644 .run/ruoyi-resource.run.xml create mode 100644 .run/ruoyi-seata-server.run.xml create mode 100644 .run/ruoyi-sentinel-dashboard.run.xml create mode 100644 .run/ruoyi-system.run.xml create mode 100644 .run/ruoyi-xxl-job-admin.run.xml diff --git a/.run/ruoyi-auth.run.xml b/.run/ruoyi-auth.run.xml new file mode 100644 index 000000000..3e391ebc2 --- /dev/null +++ b/.run/ruoyi-auth.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-gateway.run.xml b/.run/ruoyi-gateway.run.xml new file mode 100644 index 000000000..e3804664c --- /dev/null +++ b/.run/ruoyi-gateway.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-gen.run.xml b/.run/ruoyi-gen.run.xml new file mode 100644 index 000000000..f60e3c487 --- /dev/null +++ b/.run/ruoyi-gen.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-job.run.xml b/.run/ruoyi-job.run.xml new file mode 100644 index 000000000..52192d844 --- /dev/null +++ b/.run/ruoyi-job.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-monitor.run.xml b/.run/ruoyi-monitor.run.xml new file mode 100644 index 000000000..ce8fe55a7 --- /dev/null +++ b/.run/ruoyi-monitor.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-nacos.run.xml b/.run/ruoyi-nacos.run.xml new file mode 100644 index 000000000..4f3117375 --- /dev/null +++ b/.run/ruoyi-nacos.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-resource.run.xml b/.run/ruoyi-resource.run.xml new file mode 100644 index 000000000..e838c34de --- /dev/null +++ b/.run/ruoyi-resource.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-seata-server.run.xml b/.run/ruoyi-seata-server.run.xml new file mode 100644 index 000000000..09cccc6c6 --- /dev/null +++ b/.run/ruoyi-seata-server.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-sentinel-dashboard.run.xml b/.run/ruoyi-sentinel-dashboard.run.xml new file mode 100644 index 000000000..acd8812c4 --- /dev/null +++ b/.run/ruoyi-sentinel-dashboard.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-system.run.xml b/.run/ruoyi-system.run.xml new file mode 100644 index 000000000..62a44257c --- /dev/null +++ b/.run/ruoyi-system.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.run/ruoyi-xxl-job-admin.run.xml b/.run/ruoyi-xxl-job-admin.run.xml new file mode 100644 index 000000000..3daab28ba --- /dev/null +++ b/.run/ruoyi-xxl-job-admin.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index d3b9d969e..a5201a382 100644 --- a/pom.xml +++ b/pom.xml @@ -52,12 +52,6 @@ 2.0.16 3.1.555 - - - localhost - http://${docker.registry.url}:2375 - ruoyi - 1.2.2 @@ -365,29 +359,6 @@ - - - - com.spotify - docker-maven-plugin - ${docker.plugin.version} - - ${docker.namespace}/${project.artifactId}:${project.version} - ${project.basedir} - ${docker.registry.host} - ${docker.registry.url} - ${docker.registry.url} - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - - - src/main/resources diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml index 21227906c..1ccfb14d6 100644 --- a/ruoyi-auth/pom.xml +++ b/ruoyi-auth/pom.xml @@ -95,10 +95,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-example/ruoyi-demo/pom.xml b/ruoyi-example/ruoyi-demo/pom.xml index 8fe395cef..e4ee801a5 100644 --- a/ruoyi-example/ruoyi-demo/pom.xml +++ b/ruoyi-example/ruoyi-demo/pom.xml @@ -119,10 +119,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-example/ruoyi-stream-mq/pom.xml b/ruoyi-example/ruoyi-stream-mq/pom.xml index 553117087..7411ae10e 100644 --- a/ruoyi-example/ruoyi-stream-mq/pom.xml +++ b/ruoyi-example/ruoyi-stream-mq/pom.xml @@ -88,10 +88,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml index d737639b9..cd43d235f 100644 --- a/ruoyi-gateway/pom.xml +++ b/ruoyi-gateway/pom.xml @@ -132,10 +132,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml index 356ce756c..f096384fd 100644 --- a/ruoyi-modules/ruoyi-gen/pom.xml +++ b/ruoyi-modules/ruoyi-gen/pom.xml @@ -101,10 +101,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index 5b3ec55ea..4ddc95fca 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -106,10 +106,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-modules/ruoyi-resource/pom.xml b/ruoyi-modules/ruoyi-resource/pom.xml index cef0c08e2..c82230937 100644 --- a/ruoyi-modules/ruoyi-resource/pom.xml +++ b/ruoyi-modules/ruoyi-resource/pom.xml @@ -131,10 +131,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index 7870e4d91..144381838 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -111,10 +111,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-monitor/pom.xml b/ruoyi-visual/ruoyi-monitor/pom.xml index f92c7315c..aeea214f1 100644 --- a/ruoyi-visual/ruoyi-monitor/pom.xml +++ b/ruoyi-visual/ruoyi-monitor/pom.xml @@ -74,10 +74,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-nacos/pom.xml b/ruoyi-visual/ruoyi-nacos/pom.xml index f176b26b9..55710c6b9 100644 --- a/ruoyi-visual/ruoyi-nacos/pom.xml +++ b/ruoyi-visual/ruoyi-nacos/pom.xml @@ -95,10 +95,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-seata-server/pom.xml b/ruoyi-visual/ruoyi-seata-server/pom.xml index 10b8839c8..b70421b2d 100644 --- a/ruoyi-visual/ruoyi-seata-server/pom.xml +++ b/ruoyi-visual/ruoyi-seata-server/pom.xml @@ -172,10 +172,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml index eceba0632..d49f2d3a5 100644 --- a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml +++ b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml @@ -112,10 +112,6 @@ - - com.spotify - docker-maven-plugin - diff --git a/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml b/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml index 178116e45..718cccf32 100644 --- a/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-visual/ruoyi-xxl-job-admin/pom.xml @@ -107,10 +107,6 @@ - - com.spotify - docker-maven-plugin -