zentol commented on issue #7261: [FLINK-11085][s3] Fix inclusion of presto 
hadoop classes
URL: https://github.com/apache/flink/pull/7261#issuecomment-446259203
 
 
   I believe I finally figured it out. This is a bug in the shade-plugin where 
it merges filters defined in parent/child poms by index, and not by artifact id.
   So, the _second_ filter in the parent pom defines an exclusion for _all_ 
classes, and the _second_ filter in the presto pom defines **no exclusion**. As 
a result it _inherits_ the exclusion from the _second_ filter in the parent 
pom, excluding all classes.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to