You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2015/08/21 04:49:42 UTC

hbase git commit: HBASE-14260 skip javadoc generation for the hbase-protocol generated classes

Repository: hbase
Updated Branches:
  refs/heads/master 5dd8fefd7 -> ba7ea0b52


HBASE-14260 skip javadoc generation for the hbase-protocol generated classes


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ba7ea0b5
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ba7ea0b5
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ba7ea0b5

Branch: refs/heads/master
Commit: ba7ea0b52434f86573fc5b195125944cd2603d82
Parents: 5dd8fef
Author: Sean Busbey <bu...@cloudera.com>
Authored: Thu Aug 20 21:14:06 2015 -0500
Committer: Sean Busbey <bu...@cloudera.com>
Committed: Thu Aug 20 21:14:06 2015 -0500

----------------------------------------------------------------------
 hbase-protocol/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ba7ea0b5/hbase-protocol/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml
index 66142b0..20ea50c 100644
--- a/hbase-protocol/pom.xml
+++ b/hbase-protocol/pom.xml
@@ -31,6 +31,10 @@
     <name>Apache HBase - Protocol</name>
     <description>Protobuf protocol classes used by HBase to communicate.</description>
 
+    <properties>
+      <maven.javadoc.skip>true</maven.javadoc.skip>
+    </properties>
+
     <build>
       <plugins>
         <plugin>