Repository: hbase Updated Branches: refs/heads/branch-1.2 994c728bc -> 0e3fa8a40
HBASE-13920 Exclude org.apache.hadoop.hbase.protobuf.generated from javadoc generation Signed-off-by: Sean Busbey <[email protected]> Conflicts: pom.xml Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0e3fa8a4 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0e3fa8a4 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0e3fa8a4 Branch: refs/heads/branch-1.2 Commit: 0e3fa8a40503e1dce95ed9eab0a2aaa6676e1789 Parents: 994c728 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 23:25:16 2015 -0500 ---------------------------------------------------------------------- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/0e3fa8a4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d766d5..9ebfd47 100644 --- a/pom.xml +++ b/pom.xml @@ -2407,8 +2407,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:org.apache.hadoop.hbase.protobuf.generated</excludePackageNames> <maxmemory>2048m</maxmemory> <notimestamp>true</notimestamp> </configuration>
