diff --git a/pom.xml b/pom.xml index d4ecdd6c..c3bb3652 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.ruoyi - ruoyi + ${root.id} 3.2.0 ruoyi @@ -13,6 +13,7 @@ 若依微服务系统 + ruoyi 3.2.0 UTF-8 UTF-8 @@ -40,6 +41,10 @@ 2.10.0 3.2.2 2.12.2 + ${rootlocation}/docker-test/ruoyi + + ${publish.root} + ${project.artifactId} @@ -162,9 +167,9 @@ - - commons-collections - commons-collections + + commons-collections + commons-collections ${commons-collections.version} @@ -273,7 +278,13 @@ + + + + + + org.apache.maven.plugins @@ -284,6 +295,46 @@ ${project.build.sourceEncoding} + + + org.codehaus.mojo + build-helper-maven-plugin + 3.2.0 + + + register-root-location-var + validate + + rootlocation + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + copy-private-config + package + + copy-resources + + + UTF-8 + ${publish.dir}/${jardir} + + + ${project.build.directory} + ${project.build.directory}/*.jar + + + + + + diff --git a/ruoyi-api/pom.xml b/ruoyi-api/pom.xml index aa8ccde0..b4db8741 100644 --- a/ruoyi-api/pom.xml +++ b/ruoyi-api/pom.xml @@ -19,4 +19,7 @@ ruoyi-api系统接口 + + ${publish.root}/api + diff --git a/ruoyi-api/ruoyi-api-system/pom.xml b/ruoyi-api/ruoyi-api-system/pom.xml index 7b3a4649..85fe0d95 100644 --- a/ruoyi-api/ruoyi-api-system/pom.xml +++ b/ruoyi-api/ruoyi-api-system/pom.xml @@ -15,6 +15,10 @@ ruoyi-api-system系统接口模块 + + ${publish.root}/api/system + + diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml index f0459836..9e32c2d3 100644 --- a/ruoyi-auth/pom.xml +++ b/ruoyi-auth/pom.xml @@ -13,6 +13,10 @@ ruoyi-auth认证授权中心 + + + ${publish.root}/auth + diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 96ecdf98..0429558e 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -25,4 +25,14 @@ ruoyi-common通用模块 + + + + org.apache.maven.plugins + maven-resources-plugin + false + + + + diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml index 50bf4875..4ef87fc8 100644 --- a/ruoyi-gateway/pom.xml +++ b/ruoyi-gateway/pom.xml @@ -14,6 +14,10 @@ ruoyi-gateway网关模块 + + ${publish.root}/gateway + + diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index abc49192..96a6633d 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -22,4 +22,7 @@ ruoyi-modules业务模块 + + ${publish.root}/modules + diff --git a/ruoyi-modules/ruoyi-file/pom.xml b/ruoyi-modules/ruoyi-file/pom.xml index e335dadb..370e1eb2 100644 --- a/ruoyi-modules/ruoyi-file/pom.xml +++ b/ruoyi-modules/ruoyi-file/pom.xml @@ -15,6 +15,10 @@ ruoyi-modules-file文件服务 + + ${publish.root}/modules/file + + diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml index 21d5b7e9..329a4b7f 100644 --- a/ruoyi-modules/ruoyi-gen/pom.xml +++ b/ruoyi-modules/ruoyi-gen/pom.xml @@ -15,6 +15,10 @@ ruoyi-modules-gen代码生成 + + ${publish.root}/modules/gen + + diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index 9a831648..95c49fa9 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -15,6 +15,10 @@ ruoyi-modules-job定时任务 + + ${publish.root}/modules/job + + diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml index 6411fb32..003b10e1 100644 --- a/ruoyi-modules/ruoyi-system/pom.xml +++ b/ruoyi-modules/ruoyi-system/pom.xml @@ -14,6 +14,10 @@ ruoyi-modules-system系统模块 + + + ${publish.root}/modules/system + diff --git a/ruoyi-visual/pom.xml b/ruoyi-visual/pom.xml index ee76ddeb..d52a14dc 100644 --- a/ruoyi-visual/pom.xml +++ b/ruoyi-visual/pom.xml @@ -12,6 +12,11 @@ ruoyi-monitor + + ${publish.root}/visual + + + ruoyi-visual pom diff --git a/ruoyi-visual/ruoyi-monitor/pom.xml b/ruoyi-visual/ruoyi-monitor/pom.xml index 63c57ea6..61fe7d26 100644 --- a/ruoyi-visual/ruoyi-monitor/pom.xml +++ b/ruoyi-visual/ruoyi-monitor/pom.xml @@ -14,6 +14,10 @@ ruoyi-visual-monitor监控中心 + + ${publish.root}/visual/monitor + +