Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B227FFD7B for ; Fri, 22 Mar 2013 22:27:16 +0000 (UTC) Received: (qmail 3679 invoked by uid 500); 22 Mar 2013 22:27:15 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 3577 invoked by uid 500); 22 Mar 2013 22:27:15 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 3392 invoked by uid 99); 22 Mar 2013 22:27:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 22:27:15 +0000 Date: Fri, 22 Mar 2013 22:27:15 +0000 (UTC) From: "stack (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-8186) Untether javadoc and site build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 stack created HBASE-8186: ---------------------------- Summary: Untether javadoc and site build Key: HBASE-8186 URL: https://issues.apache.org/jira/browse/HBASE-8186 Project: HBase Issue Type: Bug Reporter: stack Assignee: stack Currently javadoc is built when site is invoked. It is tied to the pre-site scope. The javadoc goal is aggregate. Aggregate goals should be run from the command line generally, not tied to scopes else they tend to trigger package invocations in sub-modules (http://www.sonatype.com/books/mvnref-book/reference/assemblies-sect-basics.html). This issue manifests as mvn build failing because we can't find hbase-*.jar dependencies even though we don't think we want them since we're just doing a site build (We've seen this on jenkins build where Nick added the site check; up there the workaround was adding a -N -- do not recurse -- flag). Let me remove building javadoc from site lifecycle. Invoke it explicitly on the command line if you need it. Will update the refguide and remove the -N from the dev-tools as part of this patch. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira