project.xml 908 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project>
  3. <extend>${basedir}/../project.xml</extend>
  4. <artifactId>acegi-security-doc</artifactId>
  5. <name>Acegi Security System for Spring</name>
  6. <dependencies>
  7. <dependency>
  8. <groupId>maven-plugins</groupId>
  9. <artifactId>maven-sdocbook-plugin</artifactId>
  10. <version>1.4-SNAPSHOT</version>
  11. <type>plugin</type>
  12. </dependency>
  13. <!-- docbook -->
  14. <dependency>
  15. <groupId>docbook</groupId>
  16. <artifactId>docbook-xsl</artifactId>
  17. <version>1.66.1</version>
  18. <url>http://docbook.sourceforge.net</url>
  19. <type>zip</type>
  20. </dependency>
  21. </dependencies>
  22. <reports>
  23. <report>maven-statcvs-plugin</report>
  24. <report>maven-license-plugin</report>
  25. <report>maven-changes-plugin</report>
  26. <report>maven-dashboard-plugin</report>
  27. <report>maven-multiproject-plugin</report>
  28. </reports>
  29. </project>