pom.xml 690 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.jeff</groupId>
  6. <artifactId>tianti</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. </parent>
  9. <groupId>com.jeff.tianti.modules</groupId>
  10. <artifactId>tianti-modules</artifactId>
  11. <packaging>pom</packaging>
  12. <modules>
  13. <module>tianti-module-admin</module>
  14. <module>tianti-module-interface</module>
  15. <module>tianti-module-gateway</module>
  16. </modules>
  17. </project>