pom-facade-install.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  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"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.xmyy</groupId>
  7. <artifactId>tourShare</artifactId>
  8. <version>1.0.0</version>
  9. <relativePath>pom.xml</relativePath>
  10. </parent>
  11. <artifactId>tourshare-facade-install</artifactId>
  12. <version>1.0.0</version>
  13. <packaging>pom</packaging>
  14. <!--<name>接口及公共快捷打包</name>-->
  15. <url>http://maven.apache.org</url>
  16. <modules>
  17. <module>tourShare-Common</module>
  18. <module>tourShare-Cert-Facade</module>
  19. <module>tourShare-Circle-Facade</module>
  20. <module>tourShare-Demand-Facade</module>
  21. <module>tourShare-LiveVideo-Facade</module>
  22. <module>tourShare-Manage-Facade</module>
  23. <module>tourShare-Member-Facade</module>
  24. <module>tourShare-Order-Facade</module>
  25. <module>tourShare-Pay-Facade</module>
  26. <module>tourShare-Product-Facade</module>
  27. <module>tourShare-Search-Facade</module>
  28. </modules>
  29. </project>