From 528d3e657a06107e54d5eb04a97a615c128aec84 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期二, 21 一月 2025 14:08:11 +0800 Subject: [PATCH] other:patch sql --- product-server-web/pom.xml | 48 ++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 38 insertions(+), 10 deletions(-) diff --git a/product-server-web/pom.xml b/product-server-web/pom.xml index bda3389..453736b 100644 --- a/product-server-web/pom.xml +++ b/product-server-web/pom.xml @@ -40,6 +40,14 @@ </profiles> <dependencies> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-device</artifactId> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-patch</artifactId> + </dependency> <!--瑗垮畞鎴跨灞�涓氬姟妯″潡--> <dependency> <groupId>com.lx</groupId> @@ -104,6 +112,11 @@ <groupId>com.lx</groupId> <artifactId>product-server-report</artifactId> </dependency> + <!--绉诲姩绔�--> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-mobile-core</artifactId> + </dependency> <!--鏁版嵁瀵煎叆瀵煎嚭--> <dependency> <groupId>com.lx</groupId> @@ -134,11 +147,6 @@ <groupId>com.lx</groupId> <artifactId>product-server-tool-table</artifactId> </dependency> - <dependency> - <groupId>com.lx</groupId> - <artifactId>product-server-announcement</artifactId> - </dependency> - <dependency> <groupId>com.lx</groupId> <artifactId>product-server-data-sync</artifactId> @@ -211,6 +219,10 @@ <excludes> <exclude>*.properties</exclude> <exclude>*.xml</exclude> +<!-- 鎺掗櫎resource涓嬬殑apk銆乻tatic銆乼emplates 鏂囦欢澶�--> + <exclude>apk/**</exclude> + <exclude>static/**</exclude> + <exclude>templates/**</exclude> </excludes> <archive> <manifest> @@ -269,6 +281,9 @@ <include>*.yml</include> <include>*.xml</include> <include>*.txt</include> + <include>apk/**</include> + <include>static/**</include> + <include>templates/**</include> </includes> </resource> </resources> @@ -334,19 +349,32 @@ <phase>package</phase> <configuration> <tasks> - <copy todir="D:/product/workspace/product-server-install/resources/product-server/lib"> + <!-- <copy todir="${project.baseUri}/package/lib">--> + <!-- <fileset dir="${project.build.directory}/lib">--> + <!-- <include name="*.jar"/>--> + <!-- </fileset>--> + <!-- </copy>--> + <!-- 澶嶅埗 target涓嬬殑lib鐩綍鍒� 椤圭洰鏍硅矾寰�/package/lib--> + <!-- 娓呯┖鐩爣鏂囦欢澶逛笅鐨勬墍鏈夋枃浠�--> + <delete dir="${project.basedir}/package"/> + <copy todir="${project.basedir}/package/lib"> <fileset dir="${project.build.directory}/lib"> <include name="*.jar"/> - <exclude name="product-server-core-1.0.0-SNAPSHOT.jar"/> - <exclude name="product-server-core-2.0.0-SNAPSHOT.jar"/> </fileset> </copy> - <copy todir="D:/product/workspace/product-server-install/resources/product-server/resources"> + <copy todir="${project.basedir}/package/resources"> <fileset dir="${project.build.directory}/resources"> <include name="application-prod.properties"/> <include name="cache-prod.properties"/> <include name="*.txt"/> <include name="*.xml"/> + + <!-- <include>apk/**</include>--> + <!-- <include>static/**</include>--> + <!-- <include>templates/**</include>--> + <include name="apk/**"/> + <include name="static/**"/> + <include name="templates/**"/> </fileset> </copy> <!-- <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">--> @@ -355,7 +383,7 @@ <!-- </fileset>--> <!-- </copy>--> <copy file="${project.build.directory}/product-server-web-2.0.0-release.jar" - tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.0.0-release.jar" + tofile="${project.basedir}/package/product-server-web-2.0.0-release.jar" overwrite="true"/> </tasks> -- Gitblit v1.9.2