From commits-return-447-archive-asf-public=cust-asf.ponee.io@nemo.apache.org Wed Dec 5 10:46:37 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 2FB3518067A for ; Wed, 5 Dec 2018 10:46:37 +0100 (CET) Received: (qmail 37059 invoked by uid 500); 5 Dec 2018 09:46:36 -0000 Mailing-List: contact commits-help@nemo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nemo.apache.org Delivered-To: mailing list commits@nemo.apache.org Received: (qmail 37050 invoked by uid 99); 5 Dec 2018 09:46:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2018 09:46:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A01C682F19; Wed, 5 Dec 2018 09:46:35 +0000 (UTC) Date: Wed, 05 Dec 2018 09:46:36 +0000 To: "commits@nemo.apache.org" Subject: [incubator-nemo] 01/01: Remove example jars from deployment MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: jooykim@apache.org In-Reply-To: <154400319556.19524.1250960201881968759@gitbox.apache.org> References: <154400319556.19524.1250960201881968759@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-nemo X-Git-Refname: refs/heads/exclude-examples-binary X-Git-Reftype: branch X-Git-Rev: aeb3ce17782a21f4387d816ced48a3a8635c72c7 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181205094635.A01C682F19@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. jooykim pushed a commit to branch exclude-examples-binary in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git commit aeb3ce17782a21f4387d816ced48a3a8635c72c7 Author: Joo Yeon Kim AuthorDate: Wed Dec 5 18:37:55 2018 +0900 Remove example jars from deployment --- examples/beam/pom.xml | 8 ++++++++ examples/spark/pom.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/examples/beam/pom.xml b/examples/beam/pom.xml index bf97018..03e8909 100644 --- a/examples/beam/pom.xml +++ b/examples/beam/pom.xml @@ -78,6 +78,14 @@ under the License. + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + org.apache.maven.plugins maven-shade-plugin 3.0.0 diff --git a/examples/spark/pom.xml b/examples/spark/pom.xml index 859cc36..657af1b 100644 --- a/examples/spark/pom.xml +++ b/examples/spark/pom.xml @@ -68,6 +68,14 @@ under the License. + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + org.apache.maven.plugins maven-shade-plugin 3.0.0