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.
35 lines
908 B
35 lines
908 B
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<project> |
|
<extend>${basedir}/../project.xml</extend> |
|
<artifactId>acegi-security-doc</artifactId> |
|
<name>Acegi Security System for Spring</name> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>maven-plugins</groupId> |
|
<artifactId>maven-sdocbook-plugin</artifactId> |
|
<version>1.4-SNAPSHOT</version> |
|
<type>plugin</type> |
|
</dependency> |
|
|
|
<!-- docbook --> |
|
<dependency> |
|
<groupId>docbook</groupId> |
|
<artifactId>docbook-xsl</artifactId> |
|
<version>1.66.1</version> |
|
<url>http://docbook.sourceforge.net</url> |
|
<type>zip</type> |
|
</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> |
|
|
|
|