Skip to content

Commit

Permalink
Exclude unneeded args4j resources from shaded JAR (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 8, 2022
1 parent 7ee322d commit a225c87
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,17 @@
<shadedPattern>org.kohsuke.file_leak_detector.asm6</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>args4j:args4j</artifact>
<excludes>
<exclude>LICENSE</exclude>
<exclude>META-INF/MANIFEST.MF</exclude>
<exclude>OSGI-OPT/**/*.html</exclude>
<exclude>OSGI-OPT/**/*.java</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit a225c87

Please sign in to comment.