From 4583463fb484a05577abff478b5fbbcb2e965dc1 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 20 May 2011 14:04:26 +0000
Subject: [PATCH] Remove unnecessary reports from top-level site, and add template for SDK module

---
 opendj3/opendj-sdk/pom.xml |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

diff --git a/opendj3/opendj-sdk/pom.xml b/opendj3/opendj-sdk/pom.xml
index f43ab97..e9e0a82 100644
--- a/opendj3/opendj-sdk/pom.xml
+++ b/opendj3/opendj-sdk/pom.xml
@@ -112,4 +112,43 @@
       </plugin>
     </plugins>
   </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>mailing-list</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+              <report>cim</report>
+              <report>distribution-management</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.7</version>
+        <configuration>
+          <author>false</author>
+          <quiet>true</quiet>
+          <windowtitle>OpenDJ SDK Documentation</windowtitle>
+          <doctitle>OpenDJ SDK Documentation</doctitle>
+          <detectOfflineLinks>false</detectOfflineLinks>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

--
Gitblit v1.10.0