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 303C4200BD8 for ; Wed, 7 Dec 2016 13:12:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2EED0160B0A; Wed, 7 Dec 2016 12:12:31 +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 78F76160AFD for ; Wed, 7 Dec 2016 13:12:30 +0100 (CET) Received: (qmail 50377 invoked by uid 500); 7 Dec 2016 12:12:29 -0000 Mailing-List: contact commits-help@beam.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.incubator.apache.org Delivered-To: mailing list commits@beam.incubator.apache.org Received: (qmail 50368 invoked by uid 99); 7 Dec 2016 12:12:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 12:12:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3E19DC1741 for ; Wed, 7 Dec 2016 12:12:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2hr-5CxyrPSZ for ; Wed, 7 Dec 2016 12:12:28 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 15ECE5F2EF for ; Wed, 7 Dec 2016 12:12:27 +0000 (UTC) Received: (qmail 48660 invoked by uid 99); 7 Dec 2016 12:10:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2016 12:10:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 70B5B2C03E1 for ; Wed, 7 Dec 2016 12:10:58 +0000 (UTC) Date: Wed, 7 Dec 2016 12:10:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-905) Archetype pom needs to generalize dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Dec 2016 12:12:31 -0000 [ https://issues.apache.org/jira/browse/BEAM-905?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D157286= 16#comment-15728616 ]=20 ASF GitHub Bot commented on BEAM-905: ------------------------------------- GitHub user dhalperi opened a pull request: https://github.com/apache/incubator-beam/pull/1533 [BEAM-905] Add shading config to examples archetype and enable it for= =E2=80=A6 R: @davorbonaci AND @aljoscha=20 You can merge this pull request into a Git repository by running: $ git pull https://github.com/dhalperi/incubator-beam flink-package-exa= mples Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-beam/pull/1533.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1533 =20 ---- commit 148f906e2ccecb9038010a8227f8b7f76a3b0ba3 Author: Dan Halperin Date: 2016-12-07T12:06:57Z [BEAM-905] Add shading config to examples archetype and enable it for F= link =20 This makes the Flink quickstart work out of the box. ---- > Archetype pom needs to generalize dependencies > ---------------------------------------------- > > Key: BEAM-905 > URL: https://issues.apache.org/jira/browse/BEAM-905 > Project: Beam > Issue Type: Bug > Affects Versions: 0.4.0-incubating > Environment: Currently the archetype pom includes the direct runn= er and the dataflow one, but not the others. It should do the same magic as= the main examples. > Reporter: Frances Perry > Assignee: Daniel Halperin > Fix For: Not applicable > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)