2004-11-14 16:49:18 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
|
|
<extend>${basedir}/../project.xml</extend>
|
2004-12-21 22:43:10 -05:00
|
|
|
<pomVersion>3</pomVersion>
|
2004-11-14 16:49:18 -05:00
|
|
|
<artifactId>acegi-security-doc</artifactId>
|
2004-11-19 19:26:47 -05:00
|
|
|
<name>Acegi Security System for Spring</name>
|
2004-12-21 22:43:10 -05:00
|
|
|
<groupId>acegi-security-doc</groupId>
|
|
|
|
<repository>
|
|
|
|
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</connection>
|
|
|
|
<url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/doc/</url>
|
|
|
|
</repository>
|
2004-11-14 16:49:18 -05:00
|
|
|
<dependencies>
|
2004-12-21 22:43:10 -05:00
|
|
|
<!-- docbook -->
|
2004-11-14 16:49:18 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>maven-plugins</groupId>
|
|
|
|
<artifactId>maven-sdocbook-plugin</artifactId>
|
|
|
|
<version>1.4-SNAPSHOT</version>
|
|
|
|
<type>plugin</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>docbook</groupId>
|
|
|
|
<artifactId>docbook-xsl</artifactId>
|
|
|
|
<version>1.66.1</version>
|
|
|
|
<type>zip</type>
|
2004-12-21 22:43:10 -05:00
|
|
|
<url>http://docbook.sourceforge.net</url>
|
2004-11-14 16:49:18 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2004-11-19 18:23:41 -05:00
|
|
|
<reports>
|
2004-11-28 16:16:07 -05:00
|
|
|
<report>maven-statcvs-plugin</report>
|
|
|
|
<report>maven-license-plugin</report>
|
2004-11-20 17:28:52 -05:00
|
|
|
<report>maven-changes-plugin</report>
|
2004-11-19 18:23:41 -05:00
|
|
|
<report>maven-dashboard-plugin</report>
|
|
|
|
<report>maven-multiproject-plugin</report>
|
|
|
|
</reports>
|
2004-11-14 16:49:18 -05:00
|
|
|
</project>
|
|
|
|
|