pom.xml 795 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.va.shWasher</groupId>
  8. <artifactId>ShWasherAdmin</artifactId>
  9. <version>${revision}</version>
  10. </parent>
  11. <packaging>pom</packaging>
  12. <modules>
  13. <module>sw-system</module>
  14. <module>sw-generator</module>
  15. <module>sw-job</module>
  16. <module>sw-workflow</module>
  17. </modules>
  18. <artifactId>sw-modules</artifactId>
  19. <name>${project.artifactId}</name>
  20. <description>业务模块</description>
  21. </project>