Browse Source

fix:修复 Maven 构建一些提示

Jelly 3 năm trước cách đây
mục cha
commit
5e43efc555
46 tập tin đã thay đổi với 48 bổ sung53 xóa
  1. 2 2
      lombok.config
  2. 1 1
      pom.xml
  3. 1 1
      yudao-dependencies/pom.xml
  4. 1 6
      yudao-framework/yudao-common/pom.xml
  5. 1 1
      yudao-framework/yudao-spring-boot-starter-activiti/pom.xml
  6. 1 1
      yudao-framework/yudao-spring-boot-starter-biz-data-permission/pom.xml
  7. 1 1
      yudao-framework/yudao-spring-boot-starter-biz-dict/pom.xml
  8. 1 1
      yudao-framework/yudao-spring-boot-starter-biz-operatelog/pom.xml
  9. 1 1
      yudao-framework/yudao-spring-boot-starter-biz-pay/pom.xml
  10. 1 1
      yudao-framework/yudao-spring-boot-starter-biz-sms/pom.xml
  11. 1 1
      yudao-framework/yudao-spring-boot-starter-biz-social/pom.xml
  12. 1 1
      yudao-framework/yudao-spring-boot-starter-biz-tenant/pom.xml
  13. 1 1
      yudao-framework/yudao-spring-boot-starter-biz-weixin/pom.xml
  14. 1 1
      yudao-framework/yudao-spring-boot-starter-config/pom.xml
  15. 1 1
      yudao-framework/yudao-spring-boot-starter-excel/pom.xml
  16. 1 1
      yudao-framework/yudao-spring-boot-starter-extension/pom.xml
  17. 1 1
      yudao-framework/yudao-spring-boot-starter-job/pom.xml
  18. 1 1
      yudao-framework/yudao-spring-boot-starter-monitor/pom.xml
  19. 1 1
      yudao-framework/yudao-spring-boot-starter-mq/pom.xml
  20. 1 1
      yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml
  21. 1 1
      yudao-framework/yudao-spring-boot-starter-protection/pom.xml
  22. 1 1
      yudao-framework/yudao-spring-boot-starter-redis/pom.xml
  23. 1 1
      yudao-framework/yudao-spring-boot-starter-security/pom.xml
  24. 1 1
      yudao-framework/yudao-spring-boot-starter-test/pom.xml
  25. 1 1
      yudao-framework/yudao-spring-boot-starter-web/pom.xml
  26. 1 1
      yudao-module-bpm/pom.xml
  27. 1 1
      yudao-module-bpm/yudao-module-bpm-api/pom.xml
  28. 1 1
      yudao-module-bpm/yudao-module-bpm-base/pom.xml
  29. 1 1
      yudao-module-bpm/yudao-module-bpm-impl-activiti/pom.xml
  30. 1 1
      yudao-module-bpm/yudao-module-bpm-impl-flowable/pom.xml
  31. 1 1
      yudao-module-infra/pom.xml
  32. 1 1
      yudao-module-infra/yudao-module-infra-api/pom.xml
  33. 1 1
      yudao-module-infra/yudao-module-infra-impl/pom.xml
  34. 1 1
      yudao-module-member/pom.xml
  35. 1 1
      yudao-module-member/yudao-module-member-api/pom.xml
  36. 1 1
      yudao-module-member/yudao-module-member-impl/pom.xml
  37. 1 1
      yudao-module-pay/pom.xml
  38. 1 1
      yudao-module-pay/yudao-module-pay-api/pom.xml
  39. 1 1
      yudao-module-pay/yudao-module-pay-impl/pom.xml
  40. 1 1
      yudao-module-system/pom.xml
  41. 1 1
      yudao-module-system/yudao-module-system-api/pom.xml
  42. 1 1
      yudao-module-system/yudao-module-system-impl/pom.xml
  43. 1 1
      yudao-module-tool/pom.xml
  44. 1 1
      yudao-module-tool/yudao-module-tool-api/pom.xml
  45. 1 1
      yudao-module-tool/yudao-module-tool-impl/pom.xml
  46. 2 2
      yudao-server/pom.xml

+ 2 - 2
lombok.config

@@ -1,4 +1,4 @@
 config.stopBubbling = true
-lombok.tostring.callsuper=true
-lombok.equalsandhashcode.callsuper=true
+lombok.tostring.callsuper=CALL
+lombok.equalsandhashcode.callsuper=CALL
 lombok.accessors.chain=true

+ 1 - 1
pom.xml

@@ -21,7 +21,7 @@
         <module>yudao-module-pay</module>
     </modules>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>芋道项目基础脚手架</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-dependencies/pom.xml

@@ -9,7 +9,7 @@
     <version>${revision}</version>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>基础 bom 文件,管理整个项目的依赖版本</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 6
yudao-framework/yudao-common/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-common</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>定义基础 pojo 类、枚举、工具类等等</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 
@@ -89,11 +89,6 @@
             <artifactId>mapstruct-processor</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>cn.hutool</groupId>
-            <artifactId>hutool-all</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-activiti/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-activiti</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>Activiti 拓展</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-biz-data-permission/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-data-permission</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>数据权限</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-biz-dict/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-dict</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>字典类型、数据</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-biz-operatelog/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-operatelog</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>操作日志</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-biz-pay/pom.xml

@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>yudao-spring-boot-starter-biz-pay</artifactId>
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>支付拓展,接入国内多个支付渠道
         1. 支付宝,基于官方 SDK 接入
         2. 微信支付,基于 weixin-java-pay 接入

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-biz-sms/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-sms</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>短信拓展,支持阿里云、云片</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-biz-social/pom.xml

@@ -11,7 +11,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>yudao-spring-boot-starter-biz-social</artifactId>
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <dependency>

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-biz-tenant/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>多租户</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-biz-weixin/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-biz-weixin</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>微信拓展
         1. 基于 weixin-java-mp 库,对接微信公众号平台。目前主要解决微信公众号的支付场景。
     </description>

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-config/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-config</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>配置中心,基于 Apollo 魔改实现</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-excel/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-excel</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>Excel 拓展</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-extension/pom.xml

@@ -12,7 +12,7 @@
     <artifactId>yudao-spring-boot-starter-extension</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>扩展点组件</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-job/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-job</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>任务拓展
         1. 定时任务,基于 Quartz 拓展
         2. 异步任务,基于 Spring Async 拓展

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-monitor/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-monitor</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>服务监控,提供链路追踪、日志服务、指标收集等等功能</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-mq/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-mq</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>消息队列,基于 Redis Pub/Sub 实现广播消费,基于 Stream 实现集群消费</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-mybatis/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-mybatis</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>数据库连接池、多数据源、事务、MyBatis 拓展</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-protection/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-protection</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>服务保证,提供分布式锁、幂等、限流、熔断等等功能</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-redis/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-redis</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>Redis 封装拓展</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-security/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-security</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>用户的认证、权限的校验</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-test/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-test</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>测试组件,用于单元测试、集成测试</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-framework/yudao-spring-boot-starter-web/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-spring-boot-starter-web</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>用户的认证、权限的校验</description>
     <url>https://github.com/YunaiV/ruoyi-vue-pro</url>
 

+ 1 - 1
yudao-module-bpm/pom.xml

@@ -17,7 +17,7 @@
     <artifactId>yudao-module-bpm</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm 包下,业务流程管理(Business Process Management),我们放工作流的功能。
         例如说:流程定义、表单配置、审核中心(我的申请、我的待办、我的已办)等等

+ 1 - 1
yudao-module-bpm/yudao-module-bpm-api/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-bpm-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm 模块 API,暴露给其它模块调用
     </description>

+ 1 - 1
yudao-module-bpm/yudao-module-bpm-base/pom.xml

@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yudao-module-bpm-base</artifactId>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm-base 模块,实现公用的工作流的逻辑,提供给 bpm-activiti 和 bpm-flowable 复用
     </description>

+ 1 - 1
yudao-module-bpm/yudao-module-bpm-impl-activiti/pom.xml

@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yudao-module-bpm-impl-activiti</artifactId>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm-activiti 模块,基于 Activiti 7 实现工作流
     </description>

+ 1 - 1
yudao-module-bpm/yudao-module-bpm-impl-flowable/pom.xml

@@ -10,7 +10,7 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yudao-module-bpm-impl-flowable</artifactId>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         bpm-flowable 模块,基于 Flowable 6 实现工作流
     </description>

+ 1 - 1
yudao-module-infra/pom.xml

@@ -15,7 +15,7 @@
     <artifactId>yudao-module-infra</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         infra 包下,我们放基础设施的运维与管理,支撑上层的通用与核心业务。
         例如说:定时任务的管理、服务器的信息等等

+ 1 - 1
yudao-module-infra/yudao-module-infra-api/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-infra-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         infra 模块 API,暴露给其它模块调用
     </description>

+ 1 - 1
yudao-module-infra/yudao-module-infra-impl/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-infra-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         infra 模块,我们放基础设施的运维与管理,支撑上层的通用与核心业务。
         例如说:定时任务的管理、服务器的信息等等

+ 1 - 1
yudao-module-member/pom.xml

@@ -15,7 +15,7 @@
     <artifactId>yudao-module-member</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         member 模块,我们放会员业务。
         例如说:会员中心等等

+ 1 - 1
yudao-module-member/yudao-module-member-api/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-member-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         member 模块 API,暴露给其它模块调用
     </description>

+ 1 - 1
yudao-module-member/yudao-module-member-impl/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-member-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         member 模块,我们放会员业务。
         例如说:会员中心等等

+ 1 - 1
yudao-module-pay/pom.xml

@@ -15,7 +15,7 @@
         <module>yudao-module-pay-impl</module>
     </modules>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         pay 模块,我们放支付业务,提供业务的支付能力。
         例如说:商户、应用、支付、退款等等

+ 1 - 1
yudao-module-pay/yudao-module-pay-api/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-pay-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         pay 模块 API,暴露给其它模块调用
     </description>

+ 1 - 1
yudao-module-pay/yudao-module-pay-impl/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-pay-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         pay 模块,我们放支付业务,提供业务的支付能力。
         例如说:商户、应用、支付、退款等等

+ 1 - 1
yudao-module-system/pom.xml

@@ -15,7 +15,7 @@
     <artifactId>yudao-module-system</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         system 模块下,我们放通用业务,支撑上层的核心业务。
         例如说:用户、部门、权限、数据字典等等

+ 1 - 1
yudao-module-system/yudao-module-system-api/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-system-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         system 模块 API,暴露给其它模块调用
     </description>

+ 1 - 1
yudao-module-system/yudao-module-system-impl/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-system-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         system 模块下,我们放通用业务,支撑上层的核心业务。
         例如说:用户、部门、权限、数据字典等等

+ 1 - 1
yudao-module-tool/pom.xml

@@ -15,7 +15,7 @@
     <artifactId>yudao-module-tool</artifactId>
     <packaging>pom</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         tool 模块,我们放研发工具,提升研发效率与质量。
         例如说:代码生成器、接口文档等等

+ 1 - 1
yudao-module-tool/yudao-module-tool-api/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-tool-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         tool 模块 API,暴露给其它模块调用
     </description>

+ 1 - 1
yudao-module-tool/yudao-module-tool-impl/pom.xml

@@ -11,7 +11,7 @@
     <artifactId>yudao-module-tool-impl</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         tool 模块,我们放研发工具,提升研发效率与质量。
         例如说:代码生成器、接口文档等等

+ 2 - 2
yudao-server/pom.xml

@@ -12,7 +12,7 @@
     <artifactId>yudao-server</artifactId>
     <packaging>jar</packaging>
 
-    <name>${artifactId}</name>
+    <name>${project.artifactId}</name>
     <description>
         后端 Server 的主项目,通过引入需要 yudao-module-xxx 的依赖,
         从而实现提供 RESTful API 给 yudao-ui-admin、yudao-ui-user 等前端项目。
@@ -71,7 +71,7 @@
 
     <build>
         <!-- 设置构建的 jar 包名 -->
-        <finalName>${artifactId}</finalName>
+        <finalName>${project.artifactId}</finalName>
         <plugins>
             <!-- 打包 -->
             <plugin>