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 92E76200CA5 for ; Sat, 6 May 2017 01:17:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 91BAA160BAF; Fri, 5 May 2017 23:17:50 +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 D5633160BBE for ; Sat, 6 May 2017 01:17:49 +0200 (CEST) Received: (qmail 78395 invoked by uid 500); 5 May 2017 23:17:49 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 78260 invoked by uid 99); 5 May 2017 23:17:49 -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, 05 May 2017 23:17:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD003E0016; Fri, 5 May 2017 23:17:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davor@apache.org To: commits@beam.apache.org Date: Fri, 05 May 2017 23:17:49 -0000 Message-Id: <33af927ada114892ae084cd3d48c3163@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] beam git commit: PR polish: move testResources section from all-archetypes level to starter-archetype level archived-at: Fri, 05 May 2017 23:17:50 -0000 PR polish: move testResources section from all-archetypes level to starter-archetype level Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/1aaca2bf Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/1aaca2bf Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/1aaca2bf Branch: refs/heads/master Commit: 1aaca2bf0273287831f673b1b22dd16bfb94878d Parents: 4675f38 Author: Davor Bonaci Authored: Fri May 5 16:14:07 2017 -0700 Committer: Davor Bonaci Committed: Fri May 5 16:17:28 2017 -0700 ---------------------------------------------------------------------- sdks/java/maven-archetypes/pom.xml | 9 ++------- sdks/java/maven-archetypes/starter/pom.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/1aaca2bf/sdks/java/maven-archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/sdks/java/maven-archetypes/pom.xml b/sdks/java/maven-archetypes/pom.xml index 08be5b2..0a37c52 100644 --- a/sdks/java/maven-archetypes/pom.xml +++ b/sdks/java/maven-archetypes/pom.xml @@ -54,13 +54,7 @@ - - - - src/test/resources - true - - + @@ -76,6 +70,7 @@ + + + + src/test/resources + true + + +