Return-Path: X-Original-To: apmail-tez-commits-archive@minotaur.apache.org Delivered-To: apmail-tez-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3814C453 for ; Tue, 2 Dec 2014 03:12:38 +0000 (UTC) Received: (qmail 1579 invoked by uid 500); 2 Dec 2014 03:12:38 -0000 Delivered-To: apmail-tez-commits-archive@tez.apache.org Received: (qmail 1543 invoked by uid 500); 2 Dec 2014 03:12:38 -0000 Mailing-List: contact commits-help@tez.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tez.apache.org Delivered-To: mailing list commits@tez.apache.org Received: (qmail 1534 invoked by uid 99); 2 Dec 2014 03:12:38 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2014 03:12:38 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 49DFE9B54E6; Tue, 2 Dec 2014 03:12:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rbalamohan@apache.org To: commits@tez.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: tez git commit: TEZ-1810. Do not deploy tez-ui war to maven repo (Hitesh Shah via Rajesh Balamohan) Date: Tue, 2 Dec 2014 03:12:38 +0000 (UTC) Repository: tez Updated Branches: refs/heads/TEZ-8 1a2c5f883 -> 50897b23e TEZ-1810. Do not deploy tez-ui war to maven repo (Hitesh Shah via Rajesh Balamohan) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/50897b23 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/50897b23 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/50897b23 Branch: refs/heads/TEZ-8 Commit: 50897b23e07262e02c474a73cf2410848f11418e Parents: 1a2c5f8 Author: Rajesh Balamohan Authored: Tue Dec 2 08:42:29 2014 +0530 Committer: Rajesh Balamohan Committed: Tue Dec 2 08:42:29 2014 +0530 ---------------------------------------------------------------------- tez-ui/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/50897b23/tez-ui/pom.xml ---------------------------------------------------------------------- diff --git a/tez-ui/pom.xml b/tez-ui/pom.xml index 87e46b9..6741ac1 100644 --- a/tez-ui/pom.xml +++ b/tez-ui/pom.xml @@ -141,6 +141,14 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + +