-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Needs testing is there side effects.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request