pom.xml 785 B

123456789101112131415161718192021
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>cn.com.qmth.examcloud</groupId>
  5. <artifactId>examcloud-components</artifactId>
  6. <packaging>pom</packaging>
  7. <parent>
  8. <groupId>cn.com.qmth.examcloud</groupId>
  9. <artifactId>examcloud-parent</artifactId>
  10. <version>${revision}</version>
  11. <relativePath>../examcloud-parent/pom.xml</relativePath>
  12. </parent>
  13. <modules>
  14. <module>examcloud-common-models</module>
  15. <module>examcloud-support</module>
  16. <module>examcloud-starters</module>
  17. </modules>
  18. </project>