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 4FFFA200BD9 for ; Fri, 9 Dec 2016 16:51:35 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4E8A0160B1E; Fri, 9 Dec 2016 15:51:35 +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 987D0160AFD for ; Fri, 9 Dec 2016 16:51:34 +0100 (CET) Received: (qmail 28662 invoked by uid 500); 9 Dec 2016 15:51:28 -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 27792 invoked by uid 99); 9 Dec 2016 15:51:28 -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; Fri, 09 Dec 2016 15:51:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B3B27F2DCB; Fri, 9 Dec 2016 15:51:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: asuresh@apache.org To: common-commits@hadoop.apache.org Date: Fri, 09 Dec 2016 15:51:44 -0000 Message-Id: In-Reply-To: <4aa61b3f018c4f329da746a7d1ee6fc4@git.apache.org> References: <4aa61b3f018c4f329da746a7d1ee6fc4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [18/33] hadoop git commit: MAPREDUCE-4683. Create and distribute hadoop-mapreduce-client-core-tests.jar. archived-at: Fri, 09 Dec 2016 15:51:35 -0000 MAPREDUCE-4683. Create and distribute hadoop-mapreduce-client-core-tests.jar. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f54afdb8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f54afdb8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f54afdb8 Branch: refs/heads/YARN-5972 Commit: f54afdb83b2567f63f0dc94f5f4e26ead2eefc5e Parents: 3c774b8 Author: Akira Ajisaka Authored: Thu Dec 8 11:27:58 2016 +0900 Committer: Akira Ajisaka Committed: Thu Dec 8 11:27:58 2016 +0900 ---------------------------------------------------------------------- .../hadoop-mapreduce-client-core/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f54afdb8/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml index 38a7725..aefba7f 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml @@ -61,6 +61,22 @@ + maven-jar-plugin + + + + test-jar + + + + **/mapred-queues.xml + + + test-compile + + + + org.apache.maven.plugins maven-surefire-plugin --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org