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 35A98200BCA for ; Mon, 7 Nov 2016 01:54:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 346E2160B11; Mon, 7 Nov 2016 00:54:18 +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 837A3160AFC for ; Mon, 7 Nov 2016 01:54:17 +0100 (CET) Received: (qmail 81346 invoked by uid 500); 7 Nov 2016 00:54:13 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 81054 invoked by uid 99); 7 Nov 2016 00:54:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2016 00:54:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EDA4CE1772; Mon, 7 Nov 2016 00:54:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: fabbri@apache.org To: common-commits@hadoop.apache.org Date: Mon, 07 Nov 2016 00:54:15 -0000 Message-Id: <0517bfc18bae40f4ae85666b07c39e36@git.apache.org> In-Reply-To: <5045bdff33004775a02008351a2cecc2@git.apache.org> References: <5045bdff33004775a02008351a2cecc2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/50] [abbrv] hadoop git commit: HADOOP-8500. Fix javadoc jars to not contain entire target directory. archived-at: Mon, 07 Nov 2016 00:54:18 -0000 HADOOP-8500. Fix javadoc jars to not contain entire target directory. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7ba74bef Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7ba74bef Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7ba74bef Branch: refs/heads/HADOOP-13345 Commit: 7ba74befcff2f1836c2d5123d64e92a3c7a8898c Parents: 733aa99 Author: Andrew Wang Authored: Mon Oct 31 16:37:25 2016 -0700 Committer: Andrew Wang Committed: Mon Oct 31 16:37:25 2016 -0700 ---------------------------------------------------------------------- hadoop-dist/pom.xml | 45 +++++++++++++++++++++++++++++++++++++++++++++ hadoop-project/pom.xml | 3 --- 2 files changed, 45 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7ba74bef/hadoop-dist/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-dist/pom.xml b/hadoop-dist/pom.xml index 4a7feaa..ad30db9 100644 --- a/hadoop-dist/pom.xml +++ b/hadoop-dist/pom.xml @@ -68,6 +68,51 @@ + + + + maven-jar-plugin + + + default-jar + never + + + + + maven-source-plugin + + + hadoop-java-sources + never + + + + + maven-javadoc-plugin + + + module-javadocs + never + + + + + + maven-install-plugin + + + default-install + never + + + http://git-wip-us.apache.org/repos/asf/hadoop/blob/7ba74bef/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 7e3b1cc..ca567c5 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1568,9 +1568,6 @@ jar - - ${project.build.directory} - --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org