For Polaris 1.0, we plan to distribute spark plugin runtime artifact.
This jar file shades dependencies (iceberg, ...).
As any distribution artifacts, this artifact should include LICENSE, and NOTICE, (and optionally DISCLAIMER).
So, we have to:
- Include spark plugin runtime artifact in gradle (to publish on Maven)
- Include correct
LICENSE, and NOTICE in the jar file