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 6C8F2200C46 for ; Tue, 14 Mar 2017 20:49:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6B180160B63; Tue, 14 Mar 2017 19:49:34 +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 B6180160B89 for ; Tue, 14 Mar 2017 20:49:33 +0100 (CET) Received: (qmail 12163 invoked by uid 500); 14 Mar 2017 19:49:32 -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 12086 invoked by uid 99); 14 Mar 2017 19:49:32 -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; Tue, 14 Mar 2017 19:49:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0CC70DFDCC; Tue, 14 Mar 2017 19:49:32 +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: Tue, 14 Mar 2017 19:49:32 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] beam git commit: [BEAM-1092] Replace hyphens in artifactId with dots in shading relocations archived-at: Tue, 14 Mar 2017 19:49:34 -0000 Repository: beam Updated Branches: refs/heads/master cfc0a9955 -> cc12fd378 [BEAM-1092] Replace hyphens in artifactId with dots in shading relocations Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2b55e079 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2b55e079 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2b55e079 Branch: refs/heads/master Commit: 2b55e0798f44e3fa644e7df1eaab43898ecf9c46 Parents: 03d7809 Author: Aviem Zur Authored: Tue Mar 14 08:09:06 2017 +0200 Committer: Davor Bonaci Committed: Tue Mar 14 12:47:36 2017 -0700 ---------------------------------------------------------------------- pom.xml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/2b55e079/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d9065a3..7183264 100644 --- a/pom.xml +++ b/pom.xml @@ -1337,14 +1337,16 @@ com.google.common + - org.apache.beam.${project.artifactId}.repackaged.com.google.common + org.apache.${renderedArtifactId}.repackaged.com.google.common com.google.thirdparty + - org.apache.beam.${project.artifactId}.repackaged.com.google.thirdparty + org.apache.${renderedArtifactId}.repackaged.com.google.thirdparty @@ -1446,6 +1448,32 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + render-artifact-id + + regex-properties + + prepare-package + + + + renderedArtifactId + [^A-Za-z0-9] + . + ${project.artifactId} + false + + + + + + @@ -1507,6 +1535,10 @@ + org.codehaus.mojo + build-helper-maven-plugin + + org.apache.maven.plugins maven-shade-plugin