chucheng92 commented on PR #19871: URL: https://github.com/apache/flink/pull/19871#issuecomment-1149689708
> I'm not sure why we (try to) skip the shade-plugin in the first place. Seems to work just fine? because some sub-modules, e.g. flink-quickstart, flink-walkthrough just maven archetypes, no need to enable shade. So we need to skip it, but current skip didn't work in these modules. however other modules works fine by using ``` <id>shade-flink</id> <phase>none</phase> ``` like this pr do. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
