eficode / JavaFXLibrary

Robot Framework library for JavaFX automation based on TestFX
Apache License 2.0
21 stars 10 forks source link

Remove unnecessary artifacts #49

Open sampeson opened 4 years ago

sampeson commented 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

Needs testing is there side effects.