diff pom.xml @ 8:de31af0ad401

more doc for the website.
author casties
date Wed, 04 Sep 2013 09:08:17 +0200
parents cf3abd6ff312
children 38be9940e142
line wrap: on
line diff
--- a/pom.xml	Mon Sep 02 19:32:44 2013 +0200
+++ b/pom.xml	Wed Sep 04 09:08:17 2013 +0200
@@ -1,11 +1,17 @@
 <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>
-  <groupId>digilib</groupId>
+  <parent>
+    <artifactId>digilib</artifactId>
+    <groupId>digilib</groupId>
+    <version>2.2-SNAPSHOT</version>
+  </parent>
   <artifactId>digilib-doc</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
-  <packaging>war</packaging>
+  <packaging>pom</packaging>
   <name>digilib documentation</name>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <plugins>
       <plugin>
@@ -31,8 +37,12 @@
         <reportSets>
           <reportSet>
             <reports>
-              <!-- <report>license</report>
-              <report>scm</report> -->
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>scm</report>
+              <report>issue-tracking</report>
+              <!-- <report>cim</report> -->
+              <report>license</report>
             </reports>
           </reportSet>
         </reportSets>