You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.0 KiB
30 lines
1.0 KiB
<?xml version="1.0" encoding="ISO-8859-1"?> |
|
<project> |
|
<extend>${basedir}/../project.xml</extend> |
|
<pomVersion>3</pomVersion> |
|
<artifactId>acegi-security-doc</artifactId> |
|
<name>Acegi Security System for Spring</name> |
|
<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> |
|
<dependencies> |
|
<!-- docbook --> |
|
<dependency> |
|
<groupId>maven-plugins</groupId> |
|
<artifactId>maven-sdocbook-plugin</artifactId> |
|
<version>1.4.1</version> |
|
<type>plugin</type> |
|
<url>http://maven-plugins.sourceforge.net/maven-sdocbook-plugin/</url> |
|
</dependency> |
|
</dependencies> |
|
<reports> |
|
<report>maven-statcvs-plugin</report> |
|
<report>maven-license-plugin</report> |
|
<report>maven-changes-plugin</report> |
|
<report>maven-dashboard-plugin</report> |
|
<report>maven-multiproject-plugin</report> |
|
</reports> |
|
</project> |
|
|
|
|