update 优化模块pom.xml结构格式

This commit is contained in:
秋辞未寒
2026-02-21 21:01:10 +08:00
parent ea32d9c4c8
commit 391b674945
6 changed files with 17 additions and 19 deletions

View File

@@ -8,6 +8,12 @@
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-modules</artifactId>
<packaging>pom</packaging>
<description>
ruoyi-modules 业务模块
</description>
<modules>
<module>ruoyi-demo</module>
@@ -17,11 +23,4 @@
<module>ruoyi-workflow</module>
</modules>
<artifactId>ruoyi-modules</artifactId>
<packaging>pom</packaging>
<description>
ruoyi-modules 业务模块
</description>
</project>