Skip to content

Instantly share code, notes, and snippets.

@mxm
Created September 2, 2015 10:01
Show Gist options
  • Save mxm/33e38471b5ab02dc72cb to your computer and use it in GitHub Desktop.
Save mxm/33e38471b5ab02dc72cb to your computer and use it in GitHub Desktop.
Invalid signature file digest for Manifest main attributes
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment