adutra opened a new pull request, #593:
URL: https://github.com/apache/polaris/pull/593

   Fixes #542. 
   
   The main issue was that the "main" `startScripts` task was configured for 
the shaded jar, but it shouldn't have: this task produces scripts suitable for 
the "main" distribution; the shadow jar plugin comes with its own task, 
`startShadowScripts` that produces scripts for the "shaded" distribution.
   
   I manually verified that both distributions contain the required jars, that 
both contain scripts called `polaris-service`, and that the scripts work.
   
   This PR also switches the docker layout to "main" (exploded jars) instead of 
"shadow" (uber-jar). I manually verified that images built with this layout 
work.
   
   Finally, this PR also fixes the fact that the shadow distribution was 
missing the LICENSE and NOTICE files.


-- 
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]

Reply via email to