Repository: hbase Updated Branches: refs/heads/master 1927f0407 -> 76d6700d2
HBASE-13920 Exclude org.apache.hadoop.hbase.protobuf.generated from javadoc generation Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/76d6700d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/76d6700d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/76d6700d Branch: refs/heads/master Commit: 76d6700d2316fe761473f559db64708e7025850d Parents: 1927f04 Author: Gábor Lipták <[email protected]> Authored: Tue Jun 16 20:47:44 2015 -0400 Committer: Sean Busbey <[email protected]> Committed: Tue Jun 23 21:22:37 2015 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/76d6700d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b9d0ef0..bbb7ff4 100644 --- a/pom.xml +++ b/pom.xml @@ -2741,10 +2741,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> + <version>2.10.3</version> <configuration> <sourceFilesExclude>**/generated</sourceFilesExclude> - <excludePackageNames>org.apache.hadoop.hbase.generated.master</excludePackageNames> + <excludePackageNames>org.apache.hadoop.hbase.generated.master:org.apache.hadoop.hbase.protobuf.generated</excludePackageNames> <maxmemory>2048m</maxmemory> <notimestamp>true</notimestamp> </configuration>
