You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/11/25 20:26:36 UTC

[GitHub] zentol opened a new pull request #7172: [FLINK-4173][metrics] Replace assembly-plugin usage

zentol opened a new pull request #7172: [FLINK-4173][metrics] Replace assembly-plugin usage
URL: https://github.com/apache/flink/pull/7172
 
 
   ## What is the purpose of the change
   
   With this PR we no longer use the `maven-assembly-plugin` for packaging metric jars. This makes the remaining modules more consistent with other reporter modules and makes license handling easier.
   
   The ganglia-module has not been touched since it is due for removal anyway, see #7169.
   
   ## Brief change log
   
   * replace assembly-plugin usage for graphite reporter with shade-plugin
   * remove bundling of dropwizard module in flink-dist
     * reporters should bundle it instead (and our dropwizard reporter already did)
     * remove assembly-plugin usage in dropwizard module as the fat-jar is no longer used
   
   ## Verifying this change
   
   Manually verified that the contents in the dropwizard jar are identical.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services