Skip to content

Commit

Permalink
Transform licenses & notices for shaded jar
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoautio committed Apr 19, 2021
1 parent 26a0385 commit 5bcb838
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,13 @@
</includes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer">
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer">
<addHeader>false</addHeader>
</transformer>
</transformers>
<relocations>
<relocation>
<!-- Based on https://cloud.google.com/blog/products/data-analytics/managing-java-dependencies-apache-spark-applications-cloud-dataproc -->
Expand Down

0 comments on commit 5bcb838

Please sign in to comment.