From 17f0c20242c6ee3d35b9ee8f677d747ed012423c 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:20 +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-admin.run.xml | 12 ++++++++++++ .run/ruoyi-monitor-admin.run.xml | 12 ++++++++++++ .run/ruoyi-xxl-job-admin.run.xml | 12 ++++++++++++ pom.xml | 7 ------- ruoyi-admin/pom.xml | 19 ------------------- ruoyi-extend/ruoyi-monitor-admin/pom.xml | 19 ------------------- ruoyi-extend/ruoyi-xxl-job-admin/pom.xml | 21 --------------------- 7 files changed, 36 insertions(+), 66 deletions(-) create mode 100644 .run/ruoyi-admin.run.xml create mode 100644 .run/ruoyi-monitor-admin.run.xml create mode 100644 .run/ruoyi-xxl-job-admin.run.xml diff --git a/.run/ruoyi-admin.run.xml b/.run/ruoyi-admin.run.xml new file mode 100644 index 000000000..77982a08e --- /dev/null +++ b/.run/ruoyi-admin.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/.run/ruoyi-monitor-admin.run.xml b/.run/ruoyi-monitor-admin.run.xml new file mode 100644 index 000000000..a3325b70c --- /dev/null +++ b/.run/ruoyi-monitor-admin.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/.run/ruoyi-xxl-job-admin.run.xml b/.run/ruoyi-xxl-job-admin.run.xml new file mode 100644 index 000000000..1bdc66aae --- /dev/null +++ b/.run/ruoyi-xxl-job-admin.run.xml @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/pom.xml b/pom.xml index 6933b9946..23d3d3c25 100644 --- a/pom.xml +++ b/pom.xml @@ -46,13 +46,6 @@ 2.0.16 3.1.555 - - - localhost - http://${docker.registry.url}:2375 - ruoyi - 1.2.2 - diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 9c3ba1506..5ae14c205 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -107,25 +107,6 @@ ${project.artifactId} - - com.spotify - docker-maven-plugin - ${docker.plugin.version} - - ${docker.namespace}/ruoyi-server:${project.version} - ${project.basedir} - ${docker.registry.host} - ${docker.registry.url} - ${docker.registry.url} - - - / - ${project.build.directory} - ${project.build.finalName}.jar - - - - diff --git a/ruoyi-extend/ruoyi-monitor-admin/pom.xml b/ruoyi-extend/ruoyi-monitor-admin/pom.xml index 2893a2960..d2c116bca 100644 --- a/ruoyi-extend/ruoyi-monitor-admin/pom.xml +++ b/ruoyi-extend/ruoyi-monitor-admin/pom.xml @@ -59,25 +59,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 - - - - diff --git a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml index d0a867373..eec7f6166 100644 --- a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml @@ -96,27 +96,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 - - - -