Skip to content

Commit

Permalink
Excluded module-info & other modules files from shaded jars
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Mar 18, 2024
1 parent 3d5e3a7 commit 7d1cdbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,13 @@
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>module-info.*</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>META-INF/versions/**</exclude>
<exclude>META-INF/maven/**</exclude>
<exclude>META-INF/*.txt</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit 7d1cdbe

Please sign in to comment.