From e64cb37bd0f63db95cb3e06898b5a14f6a17987e Mon Sep 17 00:00:00 2001
From: shichongfu <shi_chongfu@163.com>
Date: 星期三, 31 五月 2023 17:24:26 +0800
Subject: [PATCH] dist

---
 pom.xml |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 47dfa9f..caf3ec3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,12 +302,12 @@
                             <goal>run</goal>
                         </goals>
                         <configuration>
-                            <target description="run the bat">
+                            <!-- <target description="run the bat">
                                 <echo>寮�濮嬭繍琛宲acked.bat鍛戒护琛�</echo>
-                                <exec dir="D:/product/lxworkspaces/product-web" executable="cmd.exe">
-                                    <arg line="packed.bat"></arg>
+                               <exec dir="D:/product/lxworkspaces/product-web" executable="cmd.exe">
+                                    <arg line="packed.bat"></arg> 
                                 </exec>
-                            </target>
+                            </target> -->
                         </configuration>
                     </execution>
                 </executions>
@@ -322,13 +322,14 @@
                         <phase>package</phase>
                         <configuration>
                             <tasks>
-                                <copy todir="D:/product/lxworkspaces/product-server-install/resources/product-server/lib">
+                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/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/lxworkspaces/product-server-install/resources/product-server/resources">
+                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/resources">
                                     <fileset dir="${project.build.directory}/resources">
                                         <include name="application-prod.properties"/>
                                         <include name="cache-prod.properties"/>
@@ -336,13 +337,13 @@
                                         <include name="*.xml"/>
                                     </fileset>
                                 </copy>
-                                <copy todir="D:/product/lxworkspaces/product-server-install/resources/product-server/web">
-                                    <fileset dir="D:/product/lxworkspaces/product-web/dist">
+                                <copy todir="D:/product/workspace/product-server-install/resources/product-server/webapp/web">
+                                    <fileset dir="D:/product/workspace3.0/WEB/V3.0.0/dist">
                                         <include name="*.*"/>
                                     </fileset>
                                 </copy>
-                                <copy file="${project.build.directory}/product-server-web-1.0.0-SNAPSHOT.jar"
-                                      tofile="D:/product/lxworkspaces/product-server-install/resources/product-server/product-server-web-1.0.0-SNAPSHOT.jar"
+                                <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"
                                       overwrite="true"/>
                             </tasks>
 

--
Gitblit v1.9.2