Mercurial > hg > digilib
view doc/pom.xml @ 1233:3017ade24bbb
started work on directory cache.
removed support for multiple FileClasses in one cache.
incremented version to 2.3.
author | robcast |
---|---|
date | Fri, 03 Jan 2014 17:35:13 +0100 |
parents | bd7dfa8b164e |
children | 828b6c8b1b19 |
line wrap: on
line source
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>digilib</groupId> <artifactId>digilib</artifactId> <version>2.3-SNAPSHOT</version> </parent> <artifactId>digilib-doc</artifactId> <packaging>pom</packaging> <name>digilib-doc</name> <description>The Digital Image Library - documentation</description> <url>http://digilib.berlios.de</url> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.3</version> <dependencies> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-markdown</artifactId> <version>1.4</version> </dependency> </dependencies> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.7</version> <reportSets> <reportSet> <reports> <report>project-team</report> <report>mailing-list</report> <report>scm</report> <report>issue-tracking</report> <!-- <report>cim</report> --> <report>license</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> </project>