HBASE-8058 Upgrade site plugin; fix assembly doc up on jenkins builds
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1454991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0176c65600
commit
3564568830
7
pom.xml
7
pom.xml
|
@ -44,7 +44,7 @@
|
|||
<version>0.97-SNAPSHOT</version>
|
||||
<name>HBase</name>
|
||||
<description>
|
||||
Apache HBase is the &lt;a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need
|
||||
Apache HBase is the Hadoop database. Use it when you need
|
||||
random, realtime read/write access to your Big Data.
|
||||
This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters
|
||||
of commodity hardware.
|
||||
|
@ -911,7 +911,7 @@
|
|||
<jamon.plugin.version>2.3.4</jamon.plugin.version>
|
||||
<findbugs-maven-plugin.version>2.5.2</findbugs-maven-plugin.version>
|
||||
<findbugs-annotations>1.3.9-1</findbugs-annotations>
|
||||
<maven.site.version>3.1</maven.site.version>
|
||||
<maven.site.version>3.2</maven.site.version>
|
||||
<javadoc.version>2.9</javadoc.version>
|
||||
<maven.resources.plugin.version>2.6</maven.resources.plugin.version>
|
||||
<!-- General Packaging -->
|
||||
|
@ -1762,6 +1762,9 @@
|
|||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
<configuration>
|
||||
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in New Issue