Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E52D9E78 for ; Mon, 31 Oct 2011 21:07:56 +0000 (UTC) Received: (qmail 29105 invoked by uid 500); 31 Oct 2011 21:07:55 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 29071 invoked by uid 500); 31 Oct 2011 21:07:55 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 29063 invoked by uid 99); 31 Oct 2011 21:07:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 21:07:55 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2011 21:07:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8CA0A32BC5C for ; Mon, 31 Oct 2011 21:07:32 +0000 (UTC) Date: Mon, 31 Oct 2011 21:07:32 +0000 (UTC) From: "Tom White (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1319712279.42605.1320095252577.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1833281073.36059.1319884172455.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7782) Add a way to merge javadocs? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-7782: ------------------------------ Attachment: HADOOP-7782.patch I've added a reporting section to the top-level pom, so "mvn site" will generate aggregated Javadoc. I've added package-level InterfaceAudience annotations to hide non-public APIs in new packages - mainly MR2/YARN (which is why the patch is so big). I've also added a slightly modified doclet to only include classes that have been explicitly marked @Public (IncludePublicAnnotationsStandardDoclet). Being conservative about what's in the public API is probably a good thing, since its easier to add a class at a later date than to remove one. This is basically done, but there may be a few places where InterfaceAudience should be added. > Add a way to merge javadocs? > ---------------------------- > > Key: HADOOP-7782 > URL: https://issues.apache.org/jira/browse/HADOOP-7782 > Project: Hadoop Common > Issue Type: Bug > Components: build > Reporter: Arun C Murthy > Assignee: Tom White > Priority: Critical > Attachments: HADOOP-7782.patch > > > With 'mvn javadoc:javadoc' we now get docs spread over the maven modules. Is there a way to stich them all together? > Also, there are some differences in their generation: hadoop-auth and hadoop-yarn-* hadoop-mapreduce-* modules goto a top-level apidocs dir which isn't the case for hadoop-common and hadoop-hdfs - they go straight to target/site/api. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira