| | |
| | | <parent> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server</artifactId> |
| | | <version>2.0.0-release</version> |
| | | <version>2.5.0-release</version> |
| | | </parent> |
| | | <artifactId>product-server-web</artifactId> |
| | | <packaging>jar</packaging> |
| | |
| | | </profiles> |
| | | <dependencies> |
| | | |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-tool-conduct</artifactId> |
| | | </dependency> |
| | | <!--补丁模块--> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-patch</artifactId> |
| | | </dependency> |
| | | <!--人事管理--> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-hr</artifactId> |
| | | </dependency> |
| | | <!--设备管理--> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-device</artifactId> |
| | | </dependency> |
| | | <!--通用模块(util)--> |
| | | <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> |
| | |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-data-center</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-system-backup</artifactId> |
| | | </dependency> |
| | | |
| | | <!--项目管理模块--> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-project-server-base</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-project-server-contract</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-server-customer</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | | <artifactId>product-project-server-contract</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.lx</groupId> |
| | |
| | | <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"/> |
| | | <exclude name="product-server-core-2.1.3-SNAPSHOT.jar"/> |
| | | <exclude name="product-server-core-3.0.0-release.jar"/> |
| | | </fileset> |
| | | </copy> |
| | | <copy todir="D:/product/workspace/product-server-install/resources/product-server/resources"> |
| | |
| | | <!-- <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" |
| | | <copy file="${project.build.directory}/product-server-web-2.5.0-release.jar" |
| | | tofile="D:/product/workspace/product-server-install/resources/product-server/product-server-web-2.5.0-release.jar" |
| | | overwrite="true"/> |
| | | </tasks> |
| | | |