HBASE-2836 Speed mvn site building by removing generation of useless reports
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964218 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82ea5767b2
commit
c49eba4c42
|
@ -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
|
||||
|
|
22
pom.xml
22
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue