pom.xml 647 B

1234567891011121314151617
  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. <parent>
  5. <groupId>com.pavis</groupId>
  6. <artifactId>pavis-admin</artifactId>
  7. <version>${revision}</version>
  8. </parent>
  9. <artifactId>pavis-extension</artifactId>
  10. <packaging>pom</packaging>
  11. <description>扩展模块(存放其他扩展模块)</description>
  12. <modules>
  13. <module>pavis-extension-schedule-server</module>
  14. </modules>
  15. </project>