From d1c26acdf0615cf106957b47e30c88c1b08b1e0e Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 04 八月 2023 15:03:01 +0800
Subject: [PATCH] 提交代码

---
 Source/UBCS/pom.xml |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 55 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS/pom.xml b/Source/UBCS/pom.xml
index 9a71e3e..bb23751 100644
--- a/Source/UBCS/pom.xml
+++ b/Source/UBCS/pom.xml
@@ -10,7 +10,6 @@
 
     <properties>
         <bladex.project.version>3.0.1.RELEASE</bladex.project.version>
-
         <java.version>1.8</java.version>
         <maven.plugin.version>3.8.0</maven.plugin.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -204,6 +203,61 @@
                     </compilerArgs>
                 </configuration>
             </plugin>
+
+            <!-- 鎵撳寘鏃跺墧闄ar锛屾斁缃湪lib褰撲腑 -->
+           <!-- <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring.boot.version}</version> &lt;!&ndash; 濡傛灉 spring.boot.version 鐗堟湰淇敼锛屽垯杩欓噷涔熻璺熺潃淇敼 &ndash;&gt;
+                <configuration>
+                    <fork>true</fork>
+                    &lt;!&ndash;瑙e喅windows鍛戒护琛岀獥鍙d腑鏂囦贡鐮�&ndash;&gt;
+                    <jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
+                    &lt;!&ndash; 鎷嗗紑渚濊禆&ndash;&gt;
+                    <mainClass>cn.iocoder.qingning.server.QingningServerApplication</mainClass>
+                    <layout>ZIP</layout>
+                    <includes>
+                        <include>
+                            &lt;!&ndash; 鎺掗櫎鎵�鏈塉ar &ndash;&gt;
+                            <groupId>nothing</groupId>
+                            <artifactId>nothing</artifactId>
+                        </include>
+                    </includes>
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>repackage</goal> &lt;!&ndash; 灏嗗紩鍏ョ殑 jar 鎵撳叆鍏朵腑 &ndash;&gt;
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            &lt;!&ndash;姝ゆ彃浠剁敤浜庡皢渚濊禆鍖呮娊鍑�&ndash;&gt;
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy-dependencies</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>copy-dependencies</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>../target/lib</outputDirectory>
+                            <excludeTransitive>false</excludeTransitive>
+                            <stripVersion>false</stripVersion>
+                            <includeScope>runtime</includeScope>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>-->
         </plugins>
     </build>
 

--
Gitblit v1.9.3