fix:修复 Maven 构建一些提示

This commit is contained in:
Jelly
2022-02-10 11:16:17 +08:00
parent 424ddb23e4
commit 5e43efc555
46 changed files with 48 additions and 53 deletions

View File

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

View File

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

View File

@ -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>

View File

@ -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>

View File

@ -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>