From 2416a9a24fad8e50c3edbacdff4919b329037d68 Mon Sep 17 00:00:00 2001 From: Alan Yeh Date: Sun, 13 Oct 2024 00:10:11 +0800 Subject: [PATCH] =?UTF-8?q?[UPDATE]=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alan Yeh --- central-dashboard/pom.xml | 4 +- central-identity/pom.xml | 4 +- central-logging/pom.xml | 4 +- central-multicast/pom.xml | 4 +- central-provider/pom.xml | 4 +- central-storage/pom.xml | 4 +- central-studio-library/pom.xml | 7 +- central-studio-parent/pom.xml | 86 ++++++++++++++++--- .../central-dashboard-view/pom.xml | 34 ++++---- .../src/main/node/package-lock.json | 1 - .../central-identity-view/pom.xml | 34 ++++---- pom.xml | 66 -------------- 12 files changed, 119 insertions(+), 133 deletions(-) diff --git a/central-dashboard/pom.xml b/central-dashboard/pom.xml index 13a5ac23..0d8fbb66 100644 --- a/central-dashboard/pom.xml +++ b/central-dashboard/pom.xml @@ -58,8 +58,8 @@ - org.springframework.boot - spring-boot-starter-test + com.central-x.framework + central-starter-test test diff --git a/central-identity/pom.xml b/central-identity/pom.xml index f9e3aa70..2764b7d6 100644 --- a/central-identity/pom.xml +++ b/central-identity/pom.xml @@ -53,8 +53,8 @@ - org.springframework.boot - spring-boot-starter-test + com.central-x.framework + central-starter-test test diff --git a/central-logging/pom.xml b/central-logging/pom.xml index 685b142d..9dcb8a62 100644 --- a/central-logging/pom.xml +++ b/central-logging/pom.xml @@ -48,8 +48,8 @@ - org.springframework.boot - spring-boot-starter-test + com.central-x.framework + central-starter-test test diff --git a/central-multicast/pom.xml b/central-multicast/pom.xml index 924eecb1..e8fac91c 100644 --- a/central-multicast/pom.xml +++ b/central-multicast/pom.xml @@ -54,8 +54,8 @@ - org.springframework.boot - spring-boot-starter-test + com.central-x.framework + central-starter-test test diff --git a/central-provider/pom.xml b/central-provider/pom.xml index b6b796f6..0bff17ec 100644 --- a/central-provider/pom.xml +++ b/central-provider/pom.xml @@ -72,8 +72,8 @@ - org.springframework.boot - spring-boot-starter-test + com.central-x.framework + central-starter-test test diff --git a/central-storage/pom.xml b/central-storage/pom.xml index 2dc73d71..4e8b75db 100644 --- a/central-storage/pom.xml +++ b/central-storage/pom.xml @@ -48,8 +48,8 @@ - org.springframework.boot - spring-boot-starter-test + com.central-x.framework + central-starter-test test diff --git a/central-studio-library/pom.xml b/central-studio-library/pom.xml index 53a96f52..89a61983 100644 --- a/central-studio-library/pom.xml +++ b/central-studio-library/pom.xml @@ -4,13 +4,12 @@ 4.0.0 - com.central-x.framework - central-parent + com.central-x.studio + central-studio-parent 1.0.x-SNAPSHOT - + ../central-studio-parent - com.central-x.studio central-studio-library 1.0.x-SNAPSHOT Central Studio Library diff --git a/central-studio-parent/pom.xml b/central-studio-parent/pom.xml index 6b65df3e..b2605f9f 100644 --- a/central-studio-parent/pom.xml +++ b/central-studio-parent/pom.xml @@ -102,20 +102,78 @@ - - - - - com.central-x.studio - central-studio-library - + + + centralx + + + + centralx + CentralX Release Repository + https://mirror.central-x.com/repository/maven-releases/ + + + centralx + CentralX Snapshot Repository + https://mirror.central-x.com/repository/maven-snapshots/ + + + - - - com.central-x.framework - central-starter-test - test - - + + sonatype + + true + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.6.0 + true + + sonatype + true + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + sonatype + https://s01.oss.sonatype.org/ + true + + + + + + + + sonatype + Sonatype Release Repository + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + github + + + + github + GitHub Repository + https://maven.pkg.github.com/central-x/central-studio + + true + + + + + \ No newline at end of file diff --git a/central-studio-views/central-dashboard-view/pom.xml b/central-studio-views/central-dashboard-view/pom.xml index 5642283c..d91055a3 100644 --- a/central-studio-views/central-dashboard-view/pom.xml +++ b/central-studio-views/central-dashboard-view/pom.xml @@ -5,13 +5,12 @@ 4.0.0 - com.central-x.framework - central-parent + com.central-x.studio + central-studio-parent 1.0.x-SNAPSHOT - + ../../central-studio-parent - com.central-x.studio central-dashboard-view 1.0.x-SNAPSHOT jar @@ -32,20 +31,19 @@ org.codehaus.mojo exec-maven-plugin - - - - - - - - - - - - - - + + npm-install + + ${project.basedir}/src/main/node + npm + + install + + + + exec + + npm-run-build generate-sources diff --git a/central-studio-views/central-dashboard-view/src/main/node/package-lock.json b/central-studio-views/central-dashboard-view/src/main/node/package-lock.json index 913384f8..04a8e917 100644 --- a/central-studio-views/central-dashboard-view/src/main/node/package-lock.json +++ b/central-studio-views/central-dashboard-view/src/main/node/package-lock.json @@ -8,7 +8,6 @@ "name": "central-dashboard", "version": "0.0.1", "dependencies": { - "@element-plus/icons-vue": "^2.3.1", "axios": "^1.6.8", "element-plus": "^2.6.1", "js-sha256": "^0.11.0", diff --git a/central-studio-views/central-identity-view/pom.xml b/central-studio-views/central-identity-view/pom.xml index a381a0eb..0e66a441 100644 --- a/central-studio-views/central-identity-view/pom.xml +++ b/central-studio-views/central-identity-view/pom.xml @@ -5,13 +5,12 @@ 4.0.0 - com.central-x.framework - central-parent + com.central-x.studio + central-studio-parent 1.0.x-SNAPSHOT - + ../../central-studio-parent - com.central-x.studio central-identity-view 1.0.x-SNAPSHOT jar @@ -32,20 +31,19 @@ org.codehaus.mojo exec-maven-plugin - - - - - - - - - - - - - - + + npm-install + + ${project.basedir}/src/main/node + npm + + install + + + + exec + + npm-run-build generate-sources diff --git a/pom.xml b/pom.xml index ee37688b..0aa46b63 100644 --- a/pom.xml +++ b/pom.xml @@ -38,72 +38,6 @@ true - - - com.spotify - dockerfile-maven-plugin - 1.4.13 - - true - - - - - - - centralx - CentralX Repository - https://mirror.central-x.com/repository/maven-public/ - - always - - - - github - GitHub Repository - https://maven.pkg.github.com/central-x/* - - always - - - - central - Maven Central Repository - https://repo1.maven.org/maven2/ - - always - - - - - - - - centralx - CentralX Repository - https://mirror.central-x.com/repository/maven-public/ - - always - - - - github - GitHub Repository - https://maven.pkg.github.com/central-x/* - - true - always - - - - central - Maven Central Repository - https://repo1.maven.org/maven2/ - - always - - - \ No newline at end of file