Skip to content

Commit

Permalink
Fix license file included in built jars
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Rzeszutek committed Mar 14, 2023
1 parent 550c537 commit 472fd3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,17 @@
<exclude>about.html</exclude>
<exclude>google/protobuf/**/*.proto</exclude>
<exclude>mozilla/*.txt</exclude>
<exclude>META-INF/LICENSE*</exclude>
<exclude>META-INF/NOTICE*</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>META-INF/LICENSE</resource>
<file>${project.basedir}/../LICENSE</file>
</transformer>
</transformers>
<artifactSet>
<excludes>
<exclude>org.slf4j:*</exclude>
Expand Down

0 comments on commit 472fd3f

Please sign in to comment.