From d8c40ba9eed4b5a926b7d70006edc308bfabc363 Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期四, 08 六月 2023 18:19:03 +0800
Subject: [PATCH] commit
---
product-server-web/pom.xml | 83 +++++++++++++++++++++--------------------
1 files changed, 42 insertions(+), 41 deletions(-)
diff --git a/product-server-web/pom.xml b/product-server-web/pom.xml
index 94b6a3d..e54950a 100644
--- a/product-server-web/pom.xml
+++ b/product-server-web/pom.xml
@@ -163,22 +163,23 @@
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-xining</artifactId>
+ <version>2.0.0-release</version>
</dependency>
- <dependency>
- <groupId>org.aspose</groupId>
- <artifactId>cells-line</artifactId>
- <version>15.9.0</version>
- </dependency>
- <dependency>
- <groupId>org.aspose</groupId>
- <artifactId>slides-line</artifactId>
- <version>15.9.0</version>
- </dependency>
- <dependency>
- <groupId>org.aspose</groupId>
- <artifactId>words-line</artifactId>
- <version>15.9.0</version>
- </dependency>
+ <dependency>
+ <groupId>org.aspose</groupId>
+ <artifactId>cells-line</artifactId>
+ <version>15.9.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.aspose</groupId>
+ <artifactId>slides-line</artifactId>
+ <version>15.9.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.aspose</groupId>
+ <artifactId>words-line</artifactId>
+ <version>15.9.0</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -314,32 +315,32 @@
<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>
- -->
+ <!--
+ <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>
--
Gitblit v1.9.2