pom.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  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/maven-v4_0_0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>org.acegisecurity</groupId>
  8. <artifactId>acegi-security-parent</artifactId>
  9. <version>1.0.4-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>acegi-security-doc</artifactId>
  12. <name>Acegi Security System for Spring - Documentation</name>
  13. <packaging>pom</packaging>
  14. <!-- repeated here to avoid appending the artifactId -->
  15. <scm>
  16. <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
  17. <developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
  18. <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
  19. </scm>
  20. <dependencies>
  21. </dependencies>
  22. <!--
  23. There is an unresolved bug in the Maven DocBook support; see http://jira.codehaus.org/browse/MOJO-775 (BPA 23-May-07)
  24. <build>
  25. <plugins>
  26. <plugin>
  27. <groupId>org.codehaus.mojo</groupId>
  28. <artifactId>docbook-maven-plugin</artifactId>
  29. <version>1.0.0-alpha-1</version>
  30. <configuration>
  31. <sourceDirectory>${basedir}/docbook</sourceDirectory>
  32. </configuration>
  33. <executions>
  34. <execution>
  35. <phase>site</phase>
  36. <goals>
  37. <goal>transform</goal>
  38. </goals>
  39. </execution>
  40. </executions>
  41. </plugin>
  42. </plugins>
  43. </build>
  44. -->
  45. </project>