pom.xml 837 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.keao.edu</groupId>
  6. <artifactId>edu-saas</artifactId>
  7. <version>1.0</version>
  8. </parent>
  9. <groupId>com.keao.edu</groupId>
  10. <artifactId>edu-im</artifactId>
  11. <version>1.0</version>
  12. <packaging>pom</packaging>
  13. <name>edu-im</name>
  14. <url>http://maven.apache.org</url>
  15. <properties>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. </properties>
  18. <dependencies>
  19. </dependencies>
  20. <modules> <module>edu-im-api</module>
  21. <module>edu-im-server</module>
  22. </modules>
  23. </project>