Invalid signature file digest for Manifest main attributes exception while trying to run jar file

前端 未结 6 600
-上瘾入骨i
-上瘾入骨i 2020-12-01 07:07

I am trying to run the jar file of my project. I am working on intelliJ and have use artifacts to generate the jar file. But everytime i am trying to run my jar file its giv

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-01 07:59

    In my case, I am working with an uber-jar via maven-shade-plugin and @ruhsuzbaykus answer here was the solution. The strategy seems very similar to what @hagrawal proposes but the exclusions are added as a filter configuration of maven-shade-plugin.

提交回复
热议问题