pom.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <artifactId>forge-framework</artifactId>
  7. <groupId>com.mdframe.forge</groupId>
  8. <version>${revision}</version>
  9. </parent>
  10. <artifactId>forge-plugin-parent</artifactId>
  11. <name>forge-plugin-parent</name>
  12. <description>forge-plugin-parent</description>
  13. <packaging>pom</packaging>
  14. <properties>
  15. </properties>
  16. <modules>
  17. <module>forge-plugin-system</module>
  18. <module>forge-plugin-job</module>
  19. <module>forge-plugin-message</module>
  20. <module>forge-plugin-flow</module>
  21. <module>forge-plugin-collaboration</module>
  22. <module>forge-plugin-generator</module>
  23. <module>forge-plugin-ai</module>
  24. <module>forge-plugin-capability-parent</module>
  25. <module>forge-plugin-mcp</module>
  26. <module>forge-plugin-external</module>
  27. <module>forge-plugin-data</module>
  28. </modules>
  29. </project>