354798ggg
2023-12-01 75339563cebc86759a1e8addab9ab5382b4fd1a1
product-server-web/pom.xml
@@ -40,14 +40,39 @@
    </profiles>
    <dependencies>
        <!--项目管理模块-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-project-management</artifactId>
            <version>2.0.0-release</version>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-project-server-base</artifactId>
            <version>2.0.0-release</version>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-project-server-contract</artifactId>
            <version>2.0.0-release</version>
        </dependency>
        <!--项目管理模块end-->
        <!--通用模块(util)-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-common</artifactId>
        </dependency>
        <!--数据源-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-datasource</artifactId>
        </dependency>
        <!--打印(word替换)-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-print</artifactId>
        </dependency>
        <!--util-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-util</artifactId>
@@ -73,14 +98,10 @@
            <groupId>com.lx</groupId>
            <artifactId>product-server-mq</artifactId>
        </dependency>
        <!--附件管理、文档管理-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-file</artifactId>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-email</artifactId>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
@@ -92,51 +113,40 @@
            <artifactId>product-server-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.sendgrid</groupId>
            <artifactId>sendgrid-java</artifactId>
            <version>4.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-collections4</artifactId>
            <version>4.1</version>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-report</artifactId>
        </dependency>
        <!--数据导入导出-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-data-export-import</artifactId>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-data-export-import</artifactId>
        </dependency>
        <!--开发工具-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-tool-dev</artifactId>
        </dependency>
        <!--流程建模-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-tool-flow</artifactId>
        </dependency>
        <!--功能建模-->
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-tool-mvc</artifactId>
        </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>
            <groupId>com.lx</groupId>
            <artifactId>product-server-tool-table</artifactId>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-data-sync</artifactId>
@@ -161,23 +171,6 @@
            <groupId>com.lx</groupId>
            <artifactId>product-server-data-center</artifactId>
        </dependency>
        <!--项目管理模块-->
      <dependency>
           <groupId>com.lx</groupId>
           <artifactId>product-server-project-management</artifactId>
           <version>2.0.0-release</version>
        </dependency>
        <dependency>
           <groupId>com.lx</groupId>
           <artifactId>product-project-server-base</artifactId>
           <version>2.0.0-release</version>
        </dependency>
        <dependency>
           <groupId>com.lx</groupId>
           <artifactId>product-project-server-contract</artifactId>
           <version>2.0.0-release</version>
        </dependency>
        <dependency>
            <groupId>com.lx</groupId>
            <artifactId>product-server-customer</artifactId>
@@ -190,7 +183,11 @@
            <groupId>org.spring</groupId>
            <artifactId>spring-server-master</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-collections4</artifactId>
            <version>4.1</version>
        </dependency>
    </dependencies>
    <build>
        <plugins>
@@ -310,7 +307,7 @@
                            <!-- <target description="run the bat">
                                <echo>开始运行packed.bat命令行</echo>
                               <exec dir="D:/product/lxworkspaces/product-web" executable="cmd.exe">
                                    <arg line="packed.bat"></arg>
                                    <arg line="packed.bat"></arg>
                                </exec>
                            </target> -->
                        </configuration>
@@ -342,11 +339,11 @@
                                        <include name="*.xml"/>
                                    </fileset>
                                </copy>
                                <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 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-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"/>