pom.xml 769 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.vctgo</groupId>
  6. <artifactId>vctgo</artifactId>
  7. <version>1.2.2</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <modules>
  11. <module>vctgo-system</module>
  12. <module>vctgo-gen</module>
  13. <module>vctgo-file</module>
  14. <module>vctgo-vote-system</module>
  15. </modules>
  16. <artifactId>vctgo-modules</artifactId>
  17. <packaging>pom</packaging>
  18. <description>
  19. vctgo-modules业务模块
  20. </description>
  21. </project>