pom.xml 662 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/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>top.continew</groupId>
  6. <artifactId>continew-admin</artifactId>
  7. <version>${revision}</version>
  8. </parent>
  9. <artifactId>continew-extension</artifactId>
  10. <packaging>pom</packaging>
  11. <description>扩展模块(存放其他扩展模块)</description>
  12. <modules>
  13. <module>continew-extension-schedule-server</module>
  14. </modules>
  15. </project>