From de626bcbea9829e7ad1931a5d3fcc660af8728bb Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期三, 31 五月 2023 15:37:02 +0800
Subject: [PATCH] 添加tool-face

---
 pom.xml |   93 ++--------------------------------------------
 1 files changed, 4 insertions(+), 89 deletions(-)

diff --git a/pom.xml b/pom.xml
index 47dfa9f..82a9e04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,10 @@
         </dependency>
         <dependency>
             <groupId>com.lx</groupId>
+            <artifactId>product-server-tool-face</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.lx</groupId>
             <artifactId>product-server-tool-dev</artifactId>
         </dependency>
         <dependency>
@@ -265,95 +269,6 @@
                     </execution>
                 </executions>
             </plugin>
-
-            <!-- SpringBoot 鎵撳寘鎻掍欢锛屾妸 maven-jar-plugin 鎵撴垚鐨刯ar鍖呴噸鏂版墦鎴愬彲杩愯jar鍖� -->
-            <plugin>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-maven-plugin</artifactId>
-                <configuration>
-                    <!-- 閲嶅啓鍖呭惈渚濊禆锛屽寘鍚笉瀛樺湪鐨勪緷璧栵紝jar閲屾病鏈塸om閲岀殑渚濊禆 -->
-                    <includes>
-                        <include>
-                            <groupId>null</groupId>
-                            <artifactId>null</artifactId>
-                        </include>
-                    </includes>
-                    <includeSystemScope>true</includeSystemScope>
-                    <layout>ZIP</layout>
-                    <!-- 浣跨敤澶栭儴閰嶇疆鏂囦欢锛宩ar鍖呴噷娌℃湁璧勬簮鏂囦欢 -->
-                    <addResources>true</addResources>
-                    <outputDirectory>${project.build.directory}</outputDirectory>
-                </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>repackage</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <!-- 鎵цbat 鍓嶇缂栬瘧 -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <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>
-                            </target>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <!-- 鎷疯礉鏂囦欢 -->
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copy</id>
-                        <phase>package</phase>
-                        <configuration>
-                            <tasks>
-                                <copy todir="D:/product/lxworkspaces/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"/>
-                                    </fileset>
-                                </copy>
-                                <copy todir="D:/product/lxworkspaces/product-server-install/resources/product-server/resources">
-                                    <fileset dir="${project.build.directory}/resources">
-                                        <include name="application-prod.properties"/>
-                                        <include name="cache-prod.properties"/>
-                                        <include name="*.txt"/>
-                                        <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">
-                                        <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"
-                                      overwrite="true"/>
-                            </tasks>
-
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-
         </plugins>
     </build>
 </project>

--
Gitblit v1.9.2