Skip to content

Commit bc26730

Browse files
author
jamesbw
committed
excluded signatures in examples pom.xml
Signed-off-by: jamesbw <github+jamesbw@squareup.com>
1 parent f071850 commit bc26730

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@
8181
<outputFile>
8282
${project.build.directory}/${project.artifactId}-${project.version}-selfcontained.jar
8383
</outputFile>
84+
<filters>
85+
<filter>
86+
<artifact>*:*</artifact>
87+
<excludes>
88+
<exclude>META-INF/*.SF</exclude>
89+
<exclude>META-INF/*.DSA</exclude>
90+
<exclude>META-INF/*.RSA</exclude>
91+
</excludes>
92+
</filter>
93+
</filters>
8494
</configuration>
8595
</execution>
8696
</executions>

0 commit comments

Comments
 (0)