How to tell the maven-shade-plugin to preserve signatures?

前端 未结 1 479
执笔经年
执笔经年 2021-01-22 20:19

I am using the maven-shade-plugin to combine two seperate jars into a single combined jar.

One of the jars is signed, while the other is not.

If I use the defaul

相关标签:
1条回答
  • 2021-01-22 21:14

    The maven shade plugin does not play nicely with signed jars. I would recommend you take a look at Capsule that is way better to do this kind of job.

    0 讨论(0)
提交回复
热议问题