From cec1ded044e662e9de019eaaacc1ea3c76bda556 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 21 五月 2025 11:40:48 +0800 Subject: [PATCH] 项目开发人员在开发过程中修改了pom.xml配置文件,破坏了系统架构设计,造成pom凌乱,导致不好管理依赖,当下重新规范了pom.xml配置文件内容,使重新符合系统架构设计规范。 --- pms-parent/pms-web-file/pom.xml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pms-parent/pms-web-file/pom.xml b/pms-parent/pms-web-file/pom.xml index edba121..d228e50 100644 --- a/pms-parent/pms-web-file/pom.xml +++ b/pms-parent/pms-web-file/pom.xml @@ -29,6 +29,7 @@ <artifactId>pms-global</artifactId> <version>1.0.0</version> </dependency> + </dependencies> <build> @@ -52,7 +53,7 @@ <outputDirectory>${project.build.directory}/execute</outputDirectory> <finalName>${artifactId}-${version}</finalName> <layout>ZIP</layout> - <mainClass>com.dy.pmsBase.pmsWebBaseApplication</mainClass> + <mainClass>com.dy.dyFile.DyFileApplication</mainClass> <includes> <include> <groupId>com.dy</groupId> @@ -87,13 +88,13 @@ --> <!-- ${project.build.directory}鏄痬aven鍙橀噺锛屽唴缃殑锛岃〃绀簍arget鐩綍,濡傛灉涓嶅啓锛屽皢鍦ㄦ牴鐩綍涓嬪垱寤�/lib --> <outputDirectory>${project.build.directory}/lib</outputDirectory> - <!-- excludeTransitive:鏄惁涓嶅寘鍚棿鎺ヤ緷璧栧寘锛屾瘮濡傛垜浠緷璧朅锛屼絾鏄疉鍙堜緷璧栦簡B锛屾垜浠槸鍚︿篃瑕佹妸B鎵撹繘鍘� 榛樿涓嶆墦--> + <!-- excludeTransitive:鏄惁涓嶅寘鍚棿鎺ヤ緷璧栧寘锛屾瘮濡備緷璧朅锛孉鍙堜緷璧栦簡B锛屾槸鍚︿篃瑕佹妸B鎵撹繘鍘� 榛樿涓嶆墦--> <excludeTransitive>false</excludeTransitive> - <!-- 澶嶅埗鐨刯ar鏂囦欢鍘绘帀鐗堟湰淇℃伅 --> + <!-- 澶嶅埗鐨刯ar鏂囦欢鍘绘帀鐗堟湰淇℃伅锛岄厤缃甪alse甯︿笂鐗堟湰淇℃伅 --> <stripVersion>false</stripVersion> <finalName>${project.artifactId}-${project.version}</finalName> <layout>ZIP</layout> - <mainClass>com.dy.pmsBase.PmsBaseApplication</mainClass> + <mainClass>com.dy.dyFile.DyFileApplication</mainClass> <includes> <include> <groupId>com.dy</groupId> -- Gitblit v1.8.0