Skip to content

Commit 5562b28

Browse files
Excluding signature files to allow jar execution
Excluding signature files to allow jar execution. Will attempt to find an alternative as soon as it is feasible.
1 parent 9fd0572 commit 5562b28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cli/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
<mainClass>org.hjug.refactorfirst.Main</mainClass>
6161
</transformer>
6262
</transformers>
63+
<filters>
64+
<filter>
65+
<artifact>*:*</artifact>
66+
<excludes>
67+
<exclude>META-INF/*.SF</exclude>
68+
<exclude>META-INF/*.DSA</exclude>
69+
<exclude>META-INF/*.RSA</exclude>
70+
</excludes>
71+
</filter>
72+
</filters>
6373
</configuration>
6474
</execution>
6575
</executions>

0 commit comments

Comments
 (0)