Open sampeson opened 4 years ago
There is unnecessary -jar-with-dependencies.jar and original-.jar.
First one can be removed with <appendAssemblyId>false</appendAssemblyId> in maven-assembly-plugin, second one with: https://stackoverflow.com/questions/4088701/maven-shaded-jar-is-prefixed-with-original-in-the-file-name/8696195
<appendAssemblyId>false</appendAssemblyId>
Needs testing is there side effects.
There is unnecessary -jar-with-dependencies.jar and original-.jar.
First one can be removed with
<appendAssemblyId>false</appendAssemblyId>
in maven-assembly-plugin, second one with: https://stackoverflow.com/questions/4088701/maven-shaded-jar-is-prefixed-with-original-in-the-file-name/8696195Needs testing is there side effects.