pom.xml 907 B

123456789101112131415161718192021222324252627
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <artifactId>citu</artifactId>
  5. <groupId>com.citu</groupId>
  6. <version>${revision}</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>menduner</artifactId>
  10. <packaging>pom</packaging>
  11. <name>${project.artifactId}</name>
  12. <modules>
  13. <module>menduner-common</module>
  14. <module>menduner-system-api</module>
  15. <module>menduner-system-biz</module>
  16. <module>menduner-reward-api</module>
  17. <module>menduner-reward-biz</module>
  18. <module>menduner-im-api</module>
  19. <module>menduner-im-biz</module>
  20. </modules>
  21. <description>
  22. 门墩儿相关
  23. </description>
  24. </project>