pom.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/maven-v4_0_0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <parent>
  4. <groupId>org.acegisecurity</groupId>
  5. <artifactId>acegi-security-parent</artifactId>
  6. <version>1.0.5-SNAPSHOT</version>
  7. </parent>
  8. <artifactId>acegi-security-doc</artifactId>
  9. <name>Acegi Security System for Spring - Documentation</name>
  10. <packaging>pom</packaging>
  11. <!-- repeated here to avoid appending the artifactId -->
  12. <scm>
  13. <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
  14. <developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
  15. <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
  16. </scm>
  17. <dependencies>
  18. </dependencies>
  19. <!--
  20. <build>
  21. <plugins>
  22. <plugin>
  23. <groupId>org.codehaus.mojo</groupId>
  24. <artifactId>docbook-maven-plugin</artifactId>
  25. <version>1.0.0-alpha-2-SNAPSHOT</version>
  26. <configuration>
  27. <sourceDirectory>${basedir}/docbook</sourceDirectory>
  28. </configuration>
  29. <executions>
  30. <execution>
  31. <phase>site</phase>
  32. <goals>
  33. <goal>transform</goal>
  34. </goals>
  35. </execution>
  36. </executions>
  37. </plugin>
  38. </plugins>
  39. </build>
  40. <pluginRepositories>
  41. <pluginRepository>
  42. <id>codehaus.org</id>
  43. <name>Maven Central Development Plugin Repository</name>
  44. <url>http://snapshots.repository.codehaus.org</url>
  45. <releases>
  46. <enabled>false</enabled>
  47. </releases>
  48. </pluginRepository>
  49. </pluginRepositories>
  50. -->
  51. </project>