Skip to content

Commit

Permalink
fix for avoiding Invalid signature file digest for Manifest main attr…
Browse files Browse the repository at this point in the history
…ibutes
  • Loading branch information
soulgalore committed Apr 3, 2014
1 parent 16b11a4 commit 5a4f88f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -185,6 +185,16 @@
</excludes>
</artifactSet>
<!--<minimizeJar>true</minimizeJar> -->
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 5a4f88f

Please sign in to comment.