[
https://issues.apache.org/jira/browse/HTRACE-370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15281788#comment-15281788
]
Masatake Iwasaki commented on HTRACE-370:
-----------------------------------------
How about using
[excludePackageNames|http://maven.apache.org/plugins/maven-javadoc-plugin/examples/exclude-package-names.html]
of maven-javadoc-plugin?
{noformat}
<configuration>
<excludePackageNames>org.apache.htrace.protobuf.generated</excludePackageNames>
</configuration>
{noformat}
> htrace-hbase: fix jdk8 javadoc build error
> ------------------------------------------
>
> Key: HTRACE-370
> URL: https://issues.apache.org/jira/browse/HTRACE-370
> Project: HTrace
> Issue Type: Bug
> Components: docs
> Affects Versions: 4.0
> Reporter: Colin Patrick McCabe
> Priority: Minor
>
> htrace-hbase: fix jdk8 javadoc build error
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)