Skip to content

Commit

Permalink
build: 👷 remove package signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
SCadilhac committed Sep 19, 2024
1 parent 20deb97 commit 52e2a43
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 @@ -48,6 +48,16 @@
<mainClass>onl.netfishers.netshot.Netshot</mainClass>
</transformer>
</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 52e2a43

Please sign in to comment.