pom.xml 955 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>sis</artifactId>
  7. <groupId>com.gyee</groupId>
  8. <version>1.0-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>web</artifactId>
  12. <packaging>pom</packaging>
  13. <modules>
  14. <module>algorithm-web</module>
  15. <module>benchmarking-web</module>
  16. <module>consumer</module>
  17. <module>monitor-web</module>
  18. <module>adapter-td-hb</module>
  19. <module>benchmarking-web-hb</module>
  20. <module>analysis-web-hb</module>
  21. <module>datacenter-hb</module>
  22. <module>meteorologicalcollection-web</module>
  23. <module>knowledge-hb</module>
  24. </modules>
  25. </project>