You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2017/05/10 20:07:10 UTC

[2/2] beam git commit: [BEAM-2242] Ensure that jars are shaded correctly by running the jar plugin before the shade plugin

[BEAM-2242] Ensure that jars are shaded correctly by running the jar plugin before the shade plugin

This closes #3034


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/16e4c747
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/16e4c747
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/16e4c747

Branch: refs/heads/master
Commit: 16e4c747ceb04f83f736e3bc1ab0e6e4a1549f3b
Parents: 7af5937 70216c2
Author: Luke Cwik <lc...@google.com>
Authored: Wed May 10 13:07:02 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Wed May 10 13:07:02 2017 -0700

----------------------------------------------------------------------
 examples/java/pom.xml                           | 34 --------------------
 examples/java8/pom.xml                          | 34 --------------------
 pom.xml                                         |  7 ++++
 runners/direct-java/pom.xml                     |  8 +++++
 runners/google-cloud-dataflow-java/pom.xml      |  8 +++++
 sdks/java/core/pom.xml                          |  8 +++++
 sdks/java/io/google-cloud-platform/pom.xml      |  7 ++++
 sdks/java/io/hadoop/jdk1.8-tests/pom.xml        | 18 ++++++++++-
 sdks/java/io/hbase/pom.xml                      | 25 --------------
 .../main/resources/archetype-resources/pom.xml  | 10 ++++--
 .../main/resources/archetype-resources/pom.xml  | 10 ++++--
 sdks/java/maven-archetypes/pom.xml              | 19 +++++++++++
 sdks/pom.xml                                    | 18 -----------
 13 files changed, 90 insertions(+), 116 deletions(-)
----------------------------------------------------------------------