comparison pom.xml @ 8:de31af0ad401

more doc for the website.
author casties
date Wed, 04 Sep 2013 09:08:17 +0200
parents cf3abd6ff312
children 38be9940e142
comparison
equal deleted inserted replaced
7:cf3abd6ff312 8:de31af0ad401
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
4 <groupId>digilib</groupId> 4 <parent>
5 <artifactId>digilib</artifactId>
6 <groupId>digilib</groupId>
7 <version>2.2-SNAPSHOT</version>
8 </parent>
5 <artifactId>digilib-doc</artifactId> 9 <artifactId>digilib-doc</artifactId>
6 <version>0.0.1-SNAPSHOT</version> 10 <packaging>pom</packaging>
7 <packaging>war</packaging>
8 <name>digilib documentation</name> 11 <name>digilib documentation</name>
12 <properties>
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14 </properties>
9 <build> 15 <build>
10 <plugins> 16 <plugins>
11 <plugin> 17 <plugin>
12 <groupId>org.apache.maven.plugins</groupId> 18 <groupId>org.apache.maven.plugins</groupId>
13 <artifactId>maven-site-plugin</artifactId> 19 <artifactId>maven-site-plugin</artifactId>
29 <artifactId>maven-project-info-reports-plugin</artifactId> 35 <artifactId>maven-project-info-reports-plugin</artifactId>
30 <version>2.7</version> 36 <version>2.7</version>
31 <reportSets> 37 <reportSets>
32 <reportSet> 38 <reportSet>
33 <reports> 39 <reports>
34 <!-- <report>license</report> 40 <report>project-team</report>
35 <report>scm</report> --> 41 <report>mailing-list</report>
42 <report>scm</report>
43 <report>issue-tracking</report>
44 <!-- <report>cim</report> -->
45 <report>license</report>
36 </reports> 46 </reports>
37 </reportSet> 47 </reportSet>
38 </reportSets> 48 </reportSets>
39 </plugin> 49 </plugin>
40 </plugins> 50 </plugins>