JavaFXLibrary icon indicating copy to clipboard operation
JavaFXLibrary copied to clipboard

Remove unnecessary artifacts

Open sampeson opened this issue 4 years ago • 0 comments

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.

sampeson avatar Sep 15 '20 13:09 sampeson