document-1.0.6.pom 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <artifactId>document</artifactId>
  4. <name>XDocReport Document Component</name>
  5. <parent>
  6. <groupId>fr.opensagres.xdocreport</groupId>
  7. <artifactId>xdocreport-parent</artifactId>
  8. <version>1.0.6</version>
  9. <relativePath>..</relativePath>
  10. </parent>
  11. <packaging>pom</packaging>
  12. <modules>
  13. <!-- API XDocReport Document-->
  14. <module>fr.opensagres.xdocreport.document</module>
  15. <!-- XDocReport MS Word Document implementation -->
  16. <module>fr.opensagres.xdocreport.document.docx</module>
  17. <module>fr.opensagres.xdocreport.document.pptx</module>
  18. <!-- XDocReport Open Office implementation -->
  19. <module>fr.opensagres.xdocreport.document.odt</module>
  20. <module>fr.opensagres.xdocreport.document.ods</module>
  21. <module>fr.opensagres.xdocreport.document.odp</module>
  22. <!-- XDocReport Document Tools -->
  23. <module>fr.opensagres.xdocreport.document.tools</module>
  24. <!-- Wiki Text Styling -->
  25. <module>fr.opensagres.xdocreport.document.textstyling.wiki</module>
  26. </modules>
  27. </project>