pom.xml 923 B

12345678910111213141516171819202122
  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>aivfo-project-build</artifactId>
  7. <groupId>com.aivfo</groupId>
  8. <version>${revision}</version>
  9. <relativePath>../../ability/aivfo-framework-build/aivfo-project-build/pom.xml</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <packaging>pom</packaging>
  13. <artifactId>aivfo-element</artifactId>
  14. <modules>
  15. <module>aivfo-element-base</module>
  16. <module>aivfo-element-core</module>
  17. <module>aivfo-element-common</module>
  18. <module>aivfo-element-auth</module>
  19. <module>aivfo-element-dependencies</module>
  20. </modules>
  21. </project>