Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8DCCC200B43 for ; Tue, 19 Jul 2016 23:42:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8CEE6160A8E; Tue, 19 Jul 2016 21:42:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0C700160A76 for ; Tue, 19 Jul 2016 23:42:21 +0200 (CEST) Received: (qmail 43532 invoked by uid 500); 19 Jul 2016 21:42:20 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 43497 invoked by uid 99); 19 Jul 2016 21:42:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 21:42:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 960932C0031 for ; Tue, 19 Jul 2016 21:42:20 +0000 (UTC) Date: Tue, 19 Jul 2016 21:42:20 +0000 (UTC) From: "Andrew Wang (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-10654) Move building of httpfs dependency analysis under "docs" profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 19 Jul 2016 21:42:22 -0000 [ https://issues.apache.org/jira/browse/HDFS-10654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang updated HDFS-10654: ------------------------------- Attachment: HDFS-10654.001.patch Fairly trivial patch attached. I checked "mvn clean package -Pdist,docs", "mvn clean package -Pdist", and "mvn clean site:site" and it seemed to behave as expected. Namely, that the dependency analysis report still shows up when the site is built. > Move building of httpfs dependency analysis under "docs" profile > ---------------------------------------------------------------- > > Key: HDFS-10654 > URL: https://issues.apache.org/jira/browse/HDFS-10654 > Project: Hadoop HDFS > Issue Type: Bug > Components: build, httpfs > Affects Versions: 2.6.4 > Reporter: Andrew Wang > Assignee: Andrew Wang > Priority: Minor > Attachments: HDFS-10654.001.patch > > > When built with "-Pdist" but not "-Pdocs", httpfs still generates a share/docs directory since the dependency report is run unconditionally. Let's move it under the "docs" profile like the rest of the site. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org