<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.hw</groupId> <artifactId>hw</artifactId> <version>3.6.3</version> </parent> <modelVersion>4.0.0</modelVersion> <modules> <module>hw-system</module> <module>hw-gen</module> <module>hw-job</module> <module>hw-file</module> <module>hw-ems</module> <module>hw-jindie</module> <module>hw-tdengine</module> <module>hw-wms</module> <module>hw-mes</module> <module>hw-qms</module> <module>hw-printer</module> <module>hw-dms</module> </modules> <artifactId>hw-modules</artifactId> <packaging>pom</packaging> <description> hw-modules业务模块 </description> </project>