2

I met an error:

Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes.

This problem has been solved with this tip:

http://zhentao-li.blogspot.tw/2012/06/maven-shade-plugin-invalid-signature.html

So, how can I find which jar file is signed?

abarisone
  • 3,707
  • 11
  • 35
  • 54
Brooklyn Knightley
  • 335
  • 1
  • 5
  • 16

1 Answers1

1

Well, I have found solutions. This question is similar to the one below:

How can I tell which signed jar is causing maven-shade-plugin to fail?

In my case, bouncy castle is imported with activemq-all.

dependency

Community
  • 1
  • 1
Brooklyn Knightley
  • 335
  • 1
  • 5
  • 16