Skip to content

Commit

Permalink
[hotfix][build] Append shade-plugin transformers in child modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jan 16, 2019
1 parent 9c07822 commit b56197a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ under the License.
<include>org.apache.flink:force-shading</include>
</includes>
</artifactSet>
<transformers>
<transformers combine.children="append">
<!-- The service transformer is needed to merge META-INF/services files -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<!-- The ApacheNoticeResourceTransformer collects and aggregates NOTICE files -->
Expand Down

0 comments on commit b56197a

Please sign in to comment.