Skip to content

Commit

Permalink
Fix packaging with shade plugin (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl authored Apr 29, 2021
1 parent 09cea4f commit 4ae09fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,16 @@
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 4ae09fd

Please sign in to comment.