[
https://issues.apache.org/jira/browse/BEAM-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16011559#comment-16011559
]
ASF GitHub Bot commented on BEAM-2252:
--------------------------------------
GitHub user lukecwik opened a pull request:
https://github.com/apache/beam/pull/3159
[BEAM-2252] Use resource transformer plugin to use versions defined in root
pom.xml within maven archetype poms
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [X] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [X] Make sure tests pass via `mvn clean verify`.
- [X] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [x] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lukecwik/incubator-beam beam2253
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3159.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 #3159
----
commit d90fe13c0da4f34860f3574ab1d586a4fb418417
Author: Luke Cwik <[email protected]>
Date: 2017-05-15T22:43:00Z
[BEAM-2253] Use resource transformer plugin to use versions defined in root
pom.xml within maven archetype poms
----
> maven-shade-plugin should be defined in pluginManagement instead of plugins
> so that the plugin execution order defined by the root pom.xml is used
> --------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-2252
> URL: https://issues.apache.org/jira/browse/BEAM-2252
> Project: Beam
> Issue Type: Improvement
> Components: runner-dataflow, runner-direct, sdk-java-core,
> sdk-java-gcp
> Affects Versions: 2.1.0
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: Minor
> Labels: newbie, starter
>
> Several of our child pom.xml declare maven-shade-plugin within build/plugins
> instead of build/pluginManagement which affects the plugin execution order.
> See BEAM-2242 for when we surgically fixed how shading was performed and this
> issue is about revisiting that change and improving upon it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)