pom.xml 1.2 KB

1234567891011121314151617181920212223242526272829
  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>datax-cloud</artifactId>
  7. <groupId>cn.datax</groupId>
  8. <version>2.0.0</version>
  9. </parent>
  10. <packaging>pom</packaging>
  11. <modelVersion>4.0.0</modelVersion>
  12. <version>2.0.0</version>
  13. <artifactId>datax-modules</artifactId>
  14. <modules>
  15. <module>system-service-parent</module>
  16. <module>file-service-parent</module>
  17. <module>email-service-parent</module>
  18. <module>quartz-service-parent</module>
  19. <module>codegen-service-parent</module>
  20. <module>data-metadata-service-parent</module>
  21. <module>data-market-service-parent</module>
  22. <module>data-visual-service-parent</module>
  23. <module>data-standard-service-parent</module>
  24. <module>data-masterdata-service-parent</module>
  25. <module>data-quality-service-parent</module>
  26. <module>workflow-service-parent</module>
  27. </modules>
  28. </project>