pom.xml 685 B

12345678910111213141516
  1. <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">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>com.jeff.tianti.modules</groupId>
  5. <artifactId>tianti-modules</artifactId>
  6. <version>0.0.1-SNAPSHOT</version>
  7. </parent>
  8. <groupId>com.jeff.tianti.gateway</groupId>
  9. <artifactId>tianti-module-gateway</artifactId>
  10. <packaging>war</packaging>
  11. <name>tianti-module-gateway</name>
  12. <description>tianti-module-gateway</description>
  13. <build>
  14. <finalName>tianti-module-gateway</finalName>
  15. </build>
  16. </project>