fx19880617 commented on issue #5022: Weird shaded pom in pinot-plugins
URL: 
https://github.com/apache/incubator-pinot/issues/5022#issuecomment-579918772
 
 
   The reason is we  put the maven shaded plugin at `pinot-plugins` level pom 
file, so it will apply to all the nested leaf modules.
   `*shaded.pom` is generated because we set `<packaging>pom</packaging>` in 
those modules `pom.xml` file, so it's expected behavior.
    In `pinot-distribution`, we have this assembly file to package all the 
plugins together:
   
`https://github.com/apache/incubator-pinot/blob/master/pinot-distribution/pinot-assembly.xml#L91`
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to