pom.xml 1020 B

123456789101112131415161718192021222324252627282930
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.tofly</groupId>
  8. <artifactId>tofly-webParent</artifactId>
  9. <version>1.0.0</version>
  10. </parent>
  11. <modules>
  12. <module>sxgk</module>
  13. <module>sxgk-data</module>
  14. <module>sxgk-survey</module>
  15. <module>panoramic</module>
  16. <module>csps-admin</module>
  17. <module>lzd-analyze</module>
  18. <!-- <module>analyze-boot</module>-->
  19. </modules>
  20. <groupId>com.tofly</groupId>
  21. <artifactId>lzdgp</artifactId>
  22. <version>1.0.0</version>
  23. <packaging>pom</packaging>
  24. <properties>
  25. <maven.compiler.source>8</maven.compiler.source>
  26. <maven.compiler.target>8</maven.compiler.target>
  27. </properties>
  28. </project>