pom.xml 790 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>dmp-package</artifactId>
  7. <groupId>com.persagy</groupId>
  8. <version>1.0.0</version>
  9. <relativePath>../dmp-package</relativePath>
  10. </parent>
  11. <modelVersion>4.0.0</modelVersion>
  12. <groupId>com.persagy</groupId>
  13. <artifactId>dmp-business</artifactId>
  14. <packaging>pom</packaging>
  15. <modules>
  16. <module>dmp-dic</module>
  17. <module>dmp-rwd</module>
  18. <module>dmp-rwd-version</module>
  19. <module>dmp-rwd-plus</module>
  20. </modules>
  21. </project>