| | |
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>com.lx</groupId>
|
| | | <artifactId>product-server-tool-face</artifactId>
|
| | | </dependency>
|
| | | <dependency>
|
| | | <groupId>com.lx</groupId>
|
| | | <artifactId>product-server-announcement</artifactId>
|
| | | </dependency>
|
| | | <dependency>
|
| | |
| | | <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>
|
| | | </dependencies>
|
| | | <build>
|
| | |
| | | <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>
|