pom.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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.1-SNAPSHOT</version>
  10. </parent>
  11. <artifactId>acegi-security-doc</artifactId>
  12. <!-- repeated here to avoid appending the artifactId -->
  13. <scm>
  14. <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
  15. <developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
  16. <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
  17. </scm>
  18. <dependencies>
  19. </dependencies>
  20. <!--
  21. <build>
  22. <plugins>
  23. <plugin>
  24. <groupId>org.codehaus.mojo</groupId>
  25. <artifactId>docbook-maven-plugin</artifactId>
  26. <version>1.0.0-alpha-2-SNAPSHOT</version>
  27. <configuration>
  28. <sourceDirectory>${basedir}/docbook</sourceDirectory>
  29. </configuration>
  30. <executions>
  31. <execution>
  32. <phase>site</phase>
  33. <goals>
  34. <goal>transform</goal>
  35. </goals>
  36. </execution>
  37. </executions>
  38. </plugin>
  39. </plugins>
  40. </build>
  41. -->
  42. </project>