Mercurial > hg > digilib
view doc/pom.xml @ 1521:d830c76eebc5
reinstate default for setDestSrgb.
author | robcast |
---|---|
date | Fri, 17 Jun 2016 19:11:44 +0200 |
parents | 2197975ec945 |
children | 8dff61ffdbc3 |
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.4-SNAPSHOT</version> </parent> <artifactId>digilib-doc</artifactId> <packaging>pom</packaging> <name>digilib-doc</name> <description>The Digital Image Library - documentation</description> <url>http://digilib.sourceforge.net</url> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.4</version> <dependencies> <dependency> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-module-markdown</artifactId> <version>1.6</version> </dependency> </dependencies> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.8.1</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>