HBASE-13920 Exclude org.apache.hadoop.hbase.protobuf.generated from javadoc generation

Signed-off-by: Sean Busbey <busbey@apache.org>

Conflicts:
	pom.xml
This commit is contained in:
Gábor Lipták 2015-06-16 20:47:44 -04:00 committed by Sean Busbey
parent 96f74e0b65
commit 578e34aa1b
1 changed files with 3 additions and 1 deletions

View File

@ -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>