From ba7ea0b52434f86573fc5b195125944cd2603d82 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Thu, 20 Aug 2015 21:14:06 -0500 Subject: [PATCH] HBASE-14260 skip javadoc generation for the hbase-protocol generated classes --- hbase-protocol/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index 66142b01a6b..20ea50ce928 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -31,6 +31,10 @@ Apache HBase - Protocol Protobuf protocol classes used by HBase to communicate. + + true + +