You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/01/04 00:00:02 UTC

svn commit: r492340 - /cocoon/trunk/core/pom.xml

Author: reinhard
Date: Wed Jan  3 15:00:01 2007
New Revision: 492340

URL: http://svn.apache.org/viewvc?view=rev&rev=492340
Log:
create index report by default for all core modules as the most of them won't have separate Daisy docs for now

Modified:
    cocoon/trunk/core/pom.xml

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?view=diff&rev=492340&r1=492339&r2=492340
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Wed Jan  3 15:00:01 2007
@@ -21,6 +21,7 @@
     | @version $Id$
     +-->
 <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/maven-v4_0_0.xsd">
+
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
   <parent>
@@ -31,6 +32,7 @@
   <artifactId>cocoon-core-modules</artifactId>
   <version>3-SNAPSHOT</version>
   <name>Cocoon Core [modules]</name>
+  
   <modules>
     <module>cocoon-blocks-fw/cocoon-blocks-fw-impl</module>
     <module>cocoon-blocks-fw/cocoon-blocks-fw-demo1</module>
@@ -54,6 +56,27 @@
     <module>cocoon-xml/cocoon-xml-impl</module>
     <module>cocoon-xml/cocoon-xml-resolver</module>    
   </modules>
+  
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.0.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>project-team</report>
+              <report>dependencies</report>
+              <report>license</report>
+              <report>summary</report>
+              <report>index</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>  
+  
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2/cocoon-core-modules</developerConnection>