pom.xml 754 B

12345678910111213141516171819202122
  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>org.eco.vip</groupId>
  6. <artifactId>eco-boot</artifactId>
  7. <version>${revision}</version>
  8. </parent>
  9. <artifactId>eco-common</artifactId>
  10. <packaging>pom</packaging>
  11. <description>
  12. eco-common 公共模块
  13. </description>
  14. <modules>
  15. <module>com-web</module>
  16. <module>com-core</module>
  17. <module>com-orm</module>
  18. <module>com-security</module>
  19. <module>com-excel</module>
  20. </modules>
  21. </project>