You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/07/15 00:02:58 UTC

svn commit: r964218 - in /hbase/trunk: CHANGES.txt pom.xml

Author: stack
Date: Wed Jul 14 22:02:57 2010
New Revision: 964218

URL: http://svn.apache.org/viewvc?rev=964218&view=rev
Log:
HBASE-2836 Speed mvn site building by removing generation of useless reports

Modified:
    hbase/trunk/CHANGES.txt
    hbase/trunk/pom.xml

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=964218&r1=964217&r2=964218&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Wed Jul 14 22:02:57 2010
@@ -763,7 +763,8 @@ Release 0.21.0 - Unreleased
    HBASE-2828  HTable unnecessarily coupled with HMaster
                (Nicolas Spiegelberg via Stack)
    HBASE-2265  HFile and Memstore should maintain minimum and maximum timestamps
-   	       (Pranav via Ryan)
+               (Pranav via Ryan)
+   HBASE-2836  Speed mvn site building by removing generation of useless reports
 
   NEW FEATURES
    HBASE-1961  HBase EC2 scripts

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=964218&r1=964217&r2=964218&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Jul 14 22:02:57 2010
@@ -822,6 +822,20 @@
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <version>2.1.2</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>project-team</report>
+              <report>mailing-list</report>
+              <report>cim</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+              <report>index</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+
       </plugin>
       <!-- Disabled for now.
       <plugin>
@@ -862,6 +876,14 @@
         <configuration>
           <docfilessubdirs>true</docfilessubdirs>
         </configuration>
+        <reportSets>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
         <!--
           This is probably not needed, given the smallness of the HBase source code, but left here in case
           <minmemory>128m</minmemory>